diff --git a/.golangci.yml b/.golangci.yml index 8e2ddd9..d48f029 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,4 +9,15 @@ linters: - gofmt # check fmt - goheader # Check license headers, only checks files in current year - goimports # check imports - - gocyclo # check complexity \ No newline at end of file + - gocyclo # check complexity + - govet + - gosimple + - deadcode + - ineffassign + - unused + - varcheck + - staticcheck + - typecheck + - structcheck + - godot + - misspell \ No newline at end of file