golangci-lint hides errors if there are a lot of them. I think it's more convenient for the CI to show them all, so we can fix them all at once.
6 lines
217 B
YAML
6 lines
217 B
YAML
issues:
|
|
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
|
|
max-issues-per-linter: 0
|
|
|
|
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
|
|
max-same-issues: 0
|