Change linters

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2019-07-02 15:28:17 +02:00
parent bed044b5a1
commit 4d15bbdc6f
+9
View File
@@ -7,14 +7,23 @@ linters:
- goconst
- golint
- errcheck
- gosec
- unconvert
- staticcheck
- varcheck
- structcheck
- deadcode
issues:
exclude:
- "func name will be used as test\\.Test.* by other packages, and that stutters; consider calling this"
exclude-use-default: false
exclude-rules:
- path: node/modules/lp2p
linters:
- golint
linters-settings:
goconst: