Skip to content

Commit 9de2145

Browse files
Add a nolint directive
negated conjunction form is clearer than De Morgan for federation checks
1 parent 2c1e162 commit 9de2145

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

graphql/schema/gqlschema.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,8 @@ func applyFieldValidations(typ *ast.Definition, field *ast.FieldDefinition) gqle
937937
// query/mutation/update for all the types mentioned in the schema.
938938
// In case of Apollo service Query, input types from queries and mutations
939939
// are excluded due to the limited support currently.
940+
//
941+
//nolint:gocritic // negated conjunction form is clearer than De Morgan for federation checks
940942
func completeSchema(
941943
sch *ast.Schema,
942944
definitions []string,

0 commit comments

Comments
 (0)