Skip to content

Commit

Permalink
Exclude dupl lints on test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Apr 11, 2024
1 parent 9424d79 commit 42cbecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/golangcilint/golangci_lint.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ issues:
- path: _test\.go
linters:
- bodyclose
- dupl
# '0' disables the following options.
max-issues-per-linter: 0
max-same-issues: 0
Expand Down

0 comments on commit 42cbecd

Please sign in to comment.