diff --git a/.golangci.yaml b/.golangci.yaml index 3e132e9..2d3cb41 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -21,37 +21,11 @@ issues: - plugins/application/print - devenv linters: - disable-all: true enable: - - bodyclose - - depguard - - dogsled - - dupl - - errcheck - # - exhaustive - - exportloopref - # - gochecknoinits - - goconst - - gocritic - - gocyclo + - errorlint + - revive + - ginkgolinter - gofmt - - goimports - - goprintffuncname - - gosec - - gosimple - govet - - ineffassign - - misspell - - nakedret - - noctx - - nolintlint - - revive - - staticcheck - - stylecheck - - typecheck - # - unused - - unconvert - # NOTE: not all application plugins use ability to emit internal events through - # passed bus function in it's constructor. - #- unparam - # - whitespace +run: + timeout: 5m