Skip to content

Commit

Permalink
build: disable golangci-lint linters funlen and nestif on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hrak committed Jun 27, 2024
1 parent b0d6c29 commit 77d212e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ issues:
exclude-use-default: true
max-issues-per-linter: 50
max-same-issues: 0 # disable
exclude-rules:
- path: _test.go
linters:
- funlen
- nestif

linters-settings:
gci:
Expand Down

0 comments on commit 77d212e

Please sign in to comment.