.golangci: disable new linters (#4024)

* Add Version to golangci

- added version to golangci because of recent update

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* remove unused for 1.17

* disable new linters
This commit is contained in:
Marko
2019-09-30 13:46:55 -07:00
committed by Anton Kaliaev
parent ac099aa272
commit 68f8fba7c2
+4 -1
View File
@@ -14,6 +14,10 @@ linters:
- gochecknoglobals
- gochecknoinits
- stylecheck
- funlen
- godox
- dogsled
- whitespace
# linters-settings:
# govet:
# check-shadowing: true
@@ -45,4 +49,3 @@ linters:
# disabled-checks:
# - wrapperFunc
# - commentFormatting # https://github.com/go-critic/go-critic/issues/755