Skip to content

Commit

Permalink
fix(chore): relex linter rules (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
plastikfan committed Apr 29, 2024
1 parent fcf78de commit cb62579
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ linters-settings:
- fieldalignment # too strict

nolintlint:
require-explanation: true
require-explanation: false
require-specific: true

linters:
disable-all: true
enable:
Expand Down Expand Up @@ -61,6 +60,13 @@ linters:
- whitespace
- wsl

issues:
max-issues-per-linter: 0
max-same-issues: 0
fix: true
exclude:
- "cuddle"

run:
issues-exit-code: 1
timeout: "5m"

0 comments on commit cb62579

Please sign in to comment.