Skip to content

Commit

Permalink
gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Nov 9, 2024
1 parent 8d94bfa commit f181cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ linters:
- errcheck # Mandatory. Do not disable.
- ineffassign # Mandatory. Do not disable.
- staticcheck # Mandatory. Do not disable.
- gosec
- bodyclose # https://github.com/timakin/bodyclose
- gomodguard
- nolintlint

# TODO:
# - gosec
# - gocritic
# - goimports
# - gosimple
Expand Down

0 comments on commit f181cc2

Please sign in to comment.