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

vulns - Feb 2025 #305

Merged
merged 5 commits into from
Feb 24, 2025
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
Prev Previous commit
Deprecated linters
  • Loading branch information
ddl-dclegg committed Feb 21, 2025
commit 40ea81c6a7a7e5d0f7f3d674502775a090cd6fe8
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ linters:
- cyclop
- copyloopvar
- err113
- execinquery
- exhaustive
- exhaustruct
- exportloopref
- forbidigo
- forcetypeassert
- gci
Expand All @@ -51,6 +53,7 @@ linters:
- gocognit
- godot
- godox
- gomnd
- gosec
- gofumpt
- govet
Expand Down
Loading