Skip to content

Commit

Permalink
Ignore gosec's G115 linter because we know what we're doing
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Sep 25, 2024
1 parent d48bc7d commit 44e75d5
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
@@ -1,6 +1,11 @@
run:
timeout: 5m

linters-settings:
gosec:
excludes:
- G115

linters:
enable-all: true

Expand Down

0 comments on commit 44e75d5

Please sign in to comment.