Skip to content

Commit

Permalink
linter cfg, rm waringns
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed Dec 17, 2024
1 parent f9d9b30 commit 4b04fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ linters:
# - errorlint
# - exhaustive
# - exhaustivestruct
- exportloopref
# - exportloopref -> copyloopvar # but we are using go 1.18
# - forbidigo
# - forcetypeassert
- funlen
Expand Down Expand Up @@ -92,6 +92,7 @@ linters:
- ineffassign
# - ireturn
# - lll
# - copyloopvar # we have go 1.18
- makezero
- misspell
- nakedret
Expand Down

0 comments on commit 4b04fe0

Please sign in to comment.