Switch linter to golangci-lint

This commit is contained in:
Henry Jenkins
2019-06-23 20:44:16 +01:00
parent 317f09f41e
commit 411adf6f21
8 changed files with 22 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
run:
deadline: 120s
linters:
enable:
- govet
# TODO: Not supported by golang-ci - vetshadow
- golint
- ineffassign
- goconst
- deadcode
- gofmt
- goimports
enable-all: false
disable-all: true