Browse Source

.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
pull/4025/head
Marko 5 years ago
committed by Anton Kaliaev
parent
commit
68f8fba7c2
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .golangci.yml

+ 4
- 1
.golangci.yml 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

Loading…
Cancel
Save