Skip to content

Commit 6998f19

Browse files
authored
chore: run.skip-dirs is deprecated in golangci-lint v1.57 (#3034)
1 parent 835c2d1 commit 6998f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
run:
22
tests: true
3-
skip-dirs:
4-
- bin
53

64
linters-settings:
75
errcheck:
@@ -33,6 +31,8 @@ linters:
3331
- unused
3432

3533
issues:
34+
exclude-dirs:
35+
- bin
3636
exclude-rules:
3737
# Exclude some linters from running on tests files.
3838
- path: _test\.go

0 commit comments

Comments
 (0)