diff --git a/.golangci.yml b/.golangci.yml index 223c441..e3078d0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -53,6 +53,7 @@ linters: - nosnakecase # keep - varnamelen + - godox # there are a bunch of TODOs that must be solved # validate - cyclop - exhaustive @@ -65,7 +66,6 @@ linters: - gochecknoinits - gocognit - gocyclo - - godox - goerr113 - gofumpt - interfacer