mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-13 17:28:12 -04:00
Linter hacks
This commit is contained in:
parent
21e3bce95d
commit
514520ce1a
@ -21,6 +21,13 @@ linters:
|
||||
- unconvert
|
||||
- unparam
|
||||
linters-settings:
|
||||
gosec:
|
||||
excludes:
|
||||
- G115
|
||||
errcheck:
|
||||
exclude-functions:
|
||||
- fmt.Fprint
|
||||
- fmt.Fprintf
|
||||
goconst:
|
||||
# minimal length of string constant
|
||||
# default: 3
|
||||
|
Loading…
Reference in New Issue
Block a user