Skip to content

Commit

Permalink
use issues.exclude-files instead of run.skip-files
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed May 7, 2024
1 parent d1801eb commit 9b831af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
run:
skip-files:
- internal/handshake/cipher_suite.go
linters-settings:
misspell:
ignore-words:
Expand Down Expand Up @@ -37,6 +34,8 @@ linters:
- vet

issues:
exclude-files:
- internal/handshake/cipher_suite.go
exclude-rules:
- path: internal/qtls
linters:
Expand Down

0 comments on commit 9b831af

Please sign in to comment.