Skip to content

Commit

Permalink
CI: Exclude rule G115 of gosec
Browse files Browse the repository at this point in the history
This rule is not yet working properly. This exclusion should be removed as soon as this is fixed. At this point we will have to deal with the true positives.

Signed-off-by: Paul Mars <[email protected]>
  • Loading branch information
upils committed Sep 13, 2024
1 parent 03d0bbd commit e294127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ linters-settings:
max-func-lines: 5
errcheck:
check-blank: true
gosec:
excludes:
- G115 # should be removed as soon as this rule works properly
issues:
# these values ensure that all issues will be surfaced
max-issues-per-linter: 0
Expand Down

0 comments on commit e294127

Please sign in to comment.