Skip to content

Commit 1a768a4

Browse files
Merge pull request #294 from wallrj/fix-third_party_exclusion
Fix the default "third_party" folder exclusion
2 parents 5c3266f + 7d2d07a commit 1a768a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/go/.golangci.override.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linters:
44
exclusions:
55
generated: lax
66
presets: [ comments, common-false-positives, legacy, std-error-handling ]
7-
paths: [ third_party$, builtin$, examples$ ]
7+
paths: [ third_party, builtin$, examples$ ]
88
warn-unused: true
99
settings:
1010
staticcheck:
@@ -77,4 +77,4 @@ formatters:
7777
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
7878
exclusions:
7979
generated: lax
80-
paths: [ third_party$, builtin$, examples$ ]
80+
paths: [ third_party, builtin$, examples$ ]

0 commit comments

Comments
 (0)