Skip to content

Commit

Permalink
chore: linter config tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Mar 28, 2024
1 parent e19bebb commit 7885fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ issues:
max-same-issues: 0
# https://github.com/golangci/golangci-lint/issues/2439#issuecomment-1002912465
exclude-use-default: false
exclude-dirs:
- .private
exclude-rules:
- path: _test\.go
linters:
Expand Down Expand Up @@ -180,9 +182,7 @@ issues:
text: "can be replaced with string concatenation"

run:
go: '1.21'
skip-dirs:
- .private
go: '1.22'
timeout: 5m

output:
Expand Down

0 comments on commit 7885fb7

Please sign in to comment.