Skip to content

Commit

Permalink
Revert exclude package comments in golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Dec 15, 2022
1 parent ee2cd5d commit 8cf7e9f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8cf7e9f

Please sign in to comment.