Skip to content

Commit

Permalink
ci: disable nolintlint
Browse files Browse the repository at this point in the history
Hitting golangci/golangci-lint#3228 when
adding nolint.
  • Loading branch information
EmilienM committed Oct 23, 2023
1 parent ea1cac6 commit 1c1af05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ linters:
- nestif
- nilerr
- noctx
- nolintlint
# - nolintlint # https://github.com/golangci/golangci-lint/issues/3228
- prealloc
- predeclared
- revive
Expand Down

0 comments on commit 1c1af05

Please sign in to comment.