diff --git a/.golangci.yml b/.golangci.yml index 02055aa..ee80ea4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,10 @@ linters-settings: gofmt: revive: + rules: + - name: exported + arguments: + - disableStutteringCheck testifylint: wrapcheck: @@ -10,3 +14,8 @@ linters: - revive - testifylint - wrapcheck + +issues: + include: + - EXC0012 # EXC0012 revive: Annoying issue about not having a comment. The rare codebase has such comments + - EXC0014 # EXC0014 revive: Annoying issue about not having a comment. The rare codebase has such comments