Skip to content

Commit

Permalink
disable bugged gosec rule
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Sep 6, 2024
1 parent a6a8215 commit 2bfa302
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ linters-settings:
exported: true
import-shadowing: true
indent-error-flow: true
gosec:
excludes:
- G115

linters:
disable-all: true
Expand Down

0 comments on commit 2bfa302

Please sign in to comment.