From 13dcda9b39492dcd91150df7d867bbe2a44cc5e6 Mon Sep 17 00:00:00 2001 From: Veronica Radu Date: Tue, 17 Sep 2019 12:24:38 +0200 Subject: updated golangci.yml to exclude new errors --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit mrf-deployment