Skip to content

Commit

Permalink
chore: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 19, 2024
1 parent 9485fb6 commit fd84030
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .golangci.yml
Expand Up @@ -191,10 +191,12 @@ issues:
linters: [gocritic]
text: "string `gocritic.go` has 3 occurrences, make it a constant"

run:
timeout: 5m
skip-dirs: # TODO(ldez): should be replaced by `issues.exclude-dirs` after the next release.
exclude-dirs:
- test/testdata_etc # test files
- internal/cache # extracted from Go code
- internal/renameio # extracted from Go code
- internal/robustio # extracted from Go code

run:
timeout: 5m

0 comments on commit fd84030

Please sign in to comment.