From 8cf7e9f4f0a867588816b7cb716e1ee09ad01764 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Thu, 15 Dec 2022 15:01:07 +0000 Subject: [PATCH] Revert exclude package comments in golangci-lint --- .golangci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 0ddfe634ea5..1154062a431 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -35,12 +35,3 @@ linters: issues: # Don't turn off any checks by default. We can do this explicitly if needed. exclude-use-default: false - # List of regexps of issue texts to exclude. - # - # But independently of this option we use default exclude patterns, - # it can be disabled by `exclude-use-default: false`. - # To list all excluded by default patterns execute `golangci-lint run --help` - # - # Default: https://golangci-lint.run/usage/false-positives/#default-exclusions - exclude: - - "package-comments: should have a package comment"