mgechev / revive

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
https://revive.run
MIT License
4.74k stars 276 forks source link

Allow import-blacklist to run against go test files #862

Closed denisvmedia closed 1 year ago

denisvmedia commented 1 year ago

This PR removes a condition that prevents import-blacklist from checking go test files (closes #860).

chavacava commented 1 year ago

@denisvmedia thanks for the PR!