From d0d8be2e1b6d80112ea0f8116ea8103b883d209f Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Fri, 19 Nov 2021 14:29:15 +0100 Subject: [PATCH] [golangci-lint] Remove unused exclude rules These were used before we moved most components to contrib; we can remove them for now --- .golangci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index ba69553cbd3..71a42ebb4ac 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -125,15 +125,6 @@ issues: - text: "G402:" linters: - gosec - # Exclude internal package for now. - - path: ".*internal.*" - text: "should have comment|should be of the form" - linters: - - revive - # Exclude documenting constant blocks. - - text: "or a comment on this block" - linters: - - revive # The list of ids of default excludes to include or disable. By default it's empty. # See the list of default excludes here https://golangci-lint.run/usage/configuration.