Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
exclude gosec 601 as using go1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Mar 28, 2024
1 parent c20a269 commit 9b884ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ linters-settings:
gocritic:
disabled-checks:
- ifElseChain
gosec:
excludes:
- G601 # excluded as go 1.22 is used

output:
formats:
Expand Down

0 comments on commit 9b884ac

Please sign in to comment.