Skip to content

Commit

Permalink
Fix .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Kimmo Lehto <[email protected]>
  • Loading branch information
kke committed Apr 4, 2024
1 parent 62a0b2c commit fd7d2ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ linters-settings:
max-complexity: 12

issues:
exclude-rules:
- path: protocol/ssh/sshconfig/options.go
linters:
- errname # lots of false positives for unknown reason
- revive # no need for comments on obvious vars.
include:
- EXC0002
- EXC0012
Expand Down

0 comments on commit fd7d2ef

Please sign in to comment.