diff --git a/src/.golangci.yml b/src/.golangci.yml index 5c0b882..a6242af 100644 --- a/src/.golangci.yml +++ b/src/.golangci.yml @@ -29,7 +29,6 @@ linters: - funlen - gochecknoinits - goconst - - gocritic - gocyclo - gofmt - goimports @@ -42,11 +41,9 @@ linters: - nakedret - noctx - staticcheck - - structcheck - stylecheck - typecheck - unconvert - unparam - unused - - varcheck - whitespace \ No newline at end of file