Skip to content

Commit

Permalink
PR: Chore - Remove all nolint directives of varcheck and deadcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Oct 7, 2022
1 parent babbf9e commit 1cdb1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/graphql/schema/descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
// directly. As it will yield incorrect and unexpected
// results

//nolint:deadcode,unused,varcheck
//nolint:unused
gqlTypeToFieldKindReference = map[gql.Type]client.FieldKind{
gql.ID: client.FieldKind_DocKey,
gql.Boolean: client.FieldKind_BOOL,
Expand Down

0 comments on commit 1cdb1a5

Please sign in to comment.