Skip to content

Commit

Permalink
[golangci] Ignore Gosec G115
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Oct 11, 2024
1 parent a6e6b37 commit 695df8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ linters:
- unused
- whitespace
- reassign

linters-settings:
gosec:
excludes:
- G115

0 comments on commit 695df8a

Please sign in to comment.