mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 06:37:14 +00:00
.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:
+4
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user