forked from TrueCloudLab/rclone
golangci: enable lints excluded by default
This commit is contained in:
parent
71d1890316
commit
42a5bf1d9f
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ linters:
|
|||
disable-all: true
|
||||
|
||||
issues:
|
||||
# Enable some lints excluded by default
|
||||
exclude-use-default: false
|
||||
|
||||
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
|
||||
max-per-linter: 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue