We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79776b4 commit 9b866bcCopy full SHA for 9b866bc
README.md
@@ -578,8 +578,8 @@ issues:
578
# Independently from option `exclude` we use default exclude patterns,
579
# it can be disabled by this option. To list all
580
# excluded by default patterns execute `golangci-lint run --help`.
581
- # Default value for this option is false.
582
- exclude-use-default: true
+ # Default value for this option is true.
+ exclude-use-default: false
583
584
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
585
max-per-linter: 0
0 commit comments