Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 4, 2024
1 parent f228b14 commit b0cf5af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ run:
deadline: 5m
issues-exit-code: 1
tests: false
skip-dirs:
- order
go: '1.18'
go: '1.20'

# output configuration options
output:
format: "colored-line-number"
formats: ["colored-line-number"]
print-issued-lines: true
print-linter-name: true
uniq-by-line: true
Expand Down

0 comments on commit b0cf5af

Please sign in to comment.