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 9b866bc commit d78dcceCopy full SHA for d78dcce
.golangci.example.yml
@@ -165,8 +165,8 @@ issues:
165
# Independently from option `exclude` we use default exclude patterns,
166
# it can be disabled by this option. To list all
167
# excluded by default patterns execute `golangci-lint run --help`.
168
- # Default value for this option is false.
169
- exclude-use-default: true
+ # Default value for this option is true.
+ exclude-use-default: false
170
171
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
172
max-per-linter: 0
@@ -186,4 +186,4 @@ issues:
186
new-from-rev: REV
187
188
# Show only new issues created in git patch with set file path.
189
- new-from-patch: path/to/patch/file
+ new-from-patch: path/to/patch/file
0 commit comments