Skip to content

Commit

Permalink
[golangci-lint] Remove unused exclude rules (open-telemetry#4463)
Browse files Browse the repository at this point in the history
These were used before we moved most components to contrib; we can remove them for now
  • Loading branch information
mx-psi authored Nov 19, 2021
1 parent bdcb989 commit 1278045
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1278045

Please sign in to comment.