We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3297172 commit 91cf229Copy full SHA for 91cf229
.golangci.yml
@@ -21,7 +21,9 @@ linters:
21
22
# Our own extras:
23
- gofmt
24
- - nolintlint # lints nolint directives
+ # We disable nolintlint on purpose given there's directives only applicable on latest which fail on previous release
25
+ # branches
26
+ # - nolintlint # lints nolint directives
27
# - revive
28
29
linters-settings:
0 commit comments