Skip to content

Commit 375f968

Browse files
committed
chore: update configuration
1 parent d79ace0 commit 375f968

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.golangci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,12 @@ issues:
191191
linters: [gocritic]
192192
text: "string `gocritic.go` has 3 occurrences, make it a constant"
193193

194-
run:
195-
timeout: 5m
196-
skip-dirs: # TODO(ldez): should be replaced by `issues.exclude-dirs` after the next release.
194+
exclude-dirs:
197195
- test/testdata_etc # test files
198196
- internal/cache # extracted from Go code
199197
- internal/renameio # extracted from Go code
200198
- internal/robustio # extracted from Go code
199+
200+
run:
201+
timeout: 5m
202+

0 commit comments

Comments
 (0)