Skip to content

Commit

Permalink
Disable gosec G115
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Sep 22, 2024
1 parent e85bdb8 commit c4c5e37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ linters-settings:
min-complexity: 20
goimports:
local-prefixes: github.com/ChrisWiegman/kana
gosec:
excludes:
- G115
mnd:
# don't include the "operation" and "assign"
checks:
Expand Down Expand Up @@ -63,7 +66,7 @@ linters:
- dogsled
- dupl
- errcheck
- exportloopref
- copyloopvar
- funlen
- gochecknoinits
- goconst
Expand Down

0 comments on commit c4c5e37

Please sign in to comment.