Skip to content

Commit 514520c

Browse files
committed
Linter hacks
1 parent 21e3bce commit 514520c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backend/.golangci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ linters:
2121
- unconvert
2222
- unparam
2323
linters-settings:
24+
gosec:
25+
excludes:
26+
- G115
27+
errcheck:
28+
exclude-functions:
29+
- fmt.Fprint
30+
- fmt.Fprintf
2431
goconst:
2532
# minimal length of string constant
2633
# default: 3

0 commit comments

Comments
 (0)