chore: update golangci-lint.

This commit is contained in:
Fernandez Ludovic
2020-02-28 01:09:42 +01:00
parent 9bf5b44f24
commit 741a054a0c

View File

@ -25,11 +25,13 @@
disable = [ disable = [
"maligned", "maligned",
"lll", "lll",
"gas", "gosec",
"dupl", "dupl",
"prealloc", "prealloc",
"gochecknoglobals", "gochecknoglobals",
"gochecknoinits", "gochecknoinits",
"gomnd",
"wsl",
] ]
[issues] [issues]