Skip to content

Commit d78dcce

Browse files
beonojirfag
authored andcommitted
Fix comment message
1 parent 9b866bc commit d78dcce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.golangci.example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ issues:
165165
# Independently from option `exclude` we use default exclude patterns,
166166
# it can be disabled by this option. To list all
167167
# excluded by default patterns execute `golangci-lint run --help`.
168-
# Default value for this option is false.
169-
exclude-use-default: true
168+
# Default value for this option is true.
169+
exclude-use-default: false
170170

171171
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
172172
max-per-linter: 0
@@ -186,4 +186,4 @@ issues:
186186
new-from-rev: REV
187187

188188
# Show only new issues created in git patch with set file path.
189-
new-from-patch: path/to/patch/file
189+
new-from-patch: path/to/patch/file

0 commit comments

Comments
 (0)