Skip to content

Commit f3f8c9c

Browse files
committed
move exclude-use-default correctly
Signed-off-by: sivchari <[email protected]>
1 parent f8c48c7 commit f3f8c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.golangci-kal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,3 @@ linters:
112112
issues:
113113
max-same-issues: 0
114114
max-issues-per-linter: 0
115-
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
116-
# changes in PRs and avoid nitpicking.
117-
exclude-use-default: false

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ linters:
372372
issues:
373373
max-issues-per-linter: 0
374374
max-same-issues: 0
375+
# We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant
376+
# changes in PRs and avoid nitpicking.
377+
exclude-use-default: false
375378
formatters:
376379
enable:
377380
- gci # ensures imports are organized

0 commit comments

Comments
 (0)