Skip to content

Commit fb88008

Browse files
bwplotkamachine424
authored andcommitted
golangci: Disable nolintlint due to known issues. (prometheus#16204)
Fixes: prometheus#16203 Details: golangci/golangci-lint#3228 Signed-off-by: bwplotka <[email protected]>
1 parent a82bb77 commit fb88008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ linters:
1717
- loggercheck
1818
- misspell
1919
- nilnesserr
20-
- nolintlint
20+
# TODO(bwplotka): Enable once https://github.com/golangci/golangci-lint/issues/3228 is fixed.
21+
# - nolintlint
2122
- perfsprint
2223
- predeclared
2324
- revive

0 commit comments

Comments
 (0)