We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737c3f7 commit 32592fdCopy full SHA for 32592fd
1 file changed
.golangci.yml
@@ -220,6 +220,11 @@ linters:
220
linters:
221
- staticcheck
222
223
+ # TODO(thaJeztah): remove once https://github.com/leighmcculloch/gocheckcompilerdirectives/issues/7 is fixed.
224
+ - text: "compiler directive unrecognized: //go:fix"
225
+ linters:
226
+ - gocheckcompilerdirectives
227
+
228
# Log a warning if an exclusion rule is unused.
229
# Default: false
230
warn-unused: true
0 commit comments