Skip to content

Commit

Permalink
chore: run.skip-dirs is deprecated in golangci-lint v1.57 (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored May 2, 2024
1 parent 835c2d1 commit 6998f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
tests: true
skip-dirs:
- bin

linters-settings:
errcheck:
Expand Down Expand Up @@ -33,6 +31,8 @@ linters:
- unused

issues:
exclude-dirs:
- bin
exclude-rules:
# Exclude some linters from running on tests files.
- path: _test\.go
Expand Down

0 comments on commit 6998f19

Please sign in to comment.