Skip to content

Commit

Permalink
ci: Update golangci-lint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
memes committed Jan 9, 2024
1 parent d542103 commit c0cb24c
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
Expand Up @@ -3,7 +3,8 @@
---
run:
concurrency: 6
deadline: 5m
timeout: 5m
issues:
max-issues-per-linter: 0
max-same-issues: 0
linters:
Expand Down Expand Up @@ -153,7 +154,6 @@ linters-settings:
- unnecessaryBlock
nolintlint:
allow-unused: false
allow-leading-space: false
allow-no-explanation: []
require-explanation: true
require-specific: true

0 comments on commit c0cb24c

Please sign in to comment.