Skip to content

Commit

Permalink
ci(deps): simplify gosec rules exclusion (#6778)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored May 27, 2024
1 parent ebb123f commit 3a4e845
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters-settings:
- G101
- G114
- G204
- G304
- G402
gci:
sections:
Expand Down Expand Up @@ -127,12 +128,6 @@ issues:
linters:
- gocritic
text: "importShadow:"
- linters:
- gosec
text: "G304: Potential file inclusion"
- linters:
- gosec
text: "Deferring unsafe method"
- linters:
- errcheck
text: "Close` is not checked"
Expand Down

0 comments on commit 3a4e845

Please sign in to comment.