mgechev / revive

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

fix 968 by removing references to black and white lists #969

Closed chavacava closed 8 months ago

chavacava commented 8 months ago

Removes public identifiers of rules and parameters that use the words black or white. Backward compatibility (with previous configurations) is ensured by mapping old names into new ones.

Closes #968