Skip to content

Commit

Permalink
Disable recvcheck linter, remove EOL linters (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Nov 12, 2024
1 parent 33b0ef2 commit 86d1af4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linters:
enable-all: true
disable:
# deprecated linters
- execinquery
- exportloopref
####################

Expand Down Expand Up @@ -60,7 +59,6 @@ linters:
- wsl
- varnamelen
- tagliatelle
- gomnd
- nlreturn
- wrapcheck
- wastedassign
Expand All @@ -73,4 +71,5 @@ linters:
- tagalign
- inamedparam
- perfsprint
- recvcheck
fast: false

0 comments on commit 86d1af4

Please sign in to comment.