Revive settings in config not being honored #2144
-
Hi my golangci-lint config file looks this:
But the revive rules (specifically |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Jul 30, 2021
Replies: 1 comment 4 replies
-
Hi,
golangci-lint/pkg/config/issues.go Lines 80 to 103 in bbf0450 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
package-names
andexported
are excluded by default:golangci-lint/pkg/config/issues.go
Lines 80 to 103 in bbf0450