Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused linters that produced a warning and ensure that unparam is enabled #1905

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove unused linters that produced a warning and ensure that unparam…
… is enabled
  • Loading branch information
faddat committed Dec 30, 2023
commit ef878c10fc7455c3a009993edfba61658565552c
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ linters:
- contextcheck
- cyclop
- dupword
- deadcode
- errname
- errorlint
- exhaustive
- exhaustivestruct
- exhaustruct
- forbidigo
- varcheck
- forcetypeassert
- funlen
- gochecknoglobals
Expand All @@ -31,6 +33,7 @@ linters:
- interfacer
- ireturn
- lll
- structcheck
- maintidx
- maligned
- nestif
Expand Down
Loading