diff options
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 69fca755c..5cf621209 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -58,6 +58,10 @@ issues: - "exported .* should have comment" - "comment on .* should be of the form" - "declaration of \"err\" shadows" + - "should not use ALL_CAPS in Go names" + - "at least one file in a package should have a package comment" + - "methods on the same type should have the same receiver name" + - "assigning the result of this type assertion to a variable" exclude-rules: - path: (pkg/csource/generated.go|pkg/report/linux.go|pkg/build/linux_generated.go) linters: |
