Skip to content

Commit

Permalink
chore: update linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmomn committed Nov 28, 2024
1 parent 24a36a3 commit da2c1ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ linters:
run:
# default concurrency is a available CPU number.
# concurrency: 4 # explicitly omit this value to fully utilize available resources.
deadline: 5m
timeout: 5m
issues-exit-code: 1
tests: false
go: '1.23'
Expand All @@ -65,6 +65,7 @@ run:
output:
formats:
- format: "colored-line-number"
path: stdout
print-issued-lines: true
print-linter-name: true
uniq-by-line: true
Expand Down

0 comments on commit da2c1ae

Please sign in to comment.