diff --git a/.golangci.yml b/.golangci.yml index 82dc8dc6b..15d259c99 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,16 +1,12 @@ +# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json run: timeout: 5m - deadline: 10m linters-settings: govet: - shadow: false - golint: - min-confidence: 0 + enable-all: true gocyclo: min-complexity: 99 - maligned: - suggest-new: true dupl: threshold: 100 goconst: @@ -71,7 +67,6 @@ linters: - govet - misspell - nilerr - - staticcheck - typecheck - unconvert - unused