mgechev / revive

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

feat: add support for enforce-map-style rule #895

Closed denisvmedia closed 11 months ago

denisvmedia commented 11 months ago

closes #892

denisvmedia commented 11 months ago

I checked using kubernetes repo. It seems there is no consistency - it is noisy for both make and literal settings. So, I decided to have any as a default (basically, the linter won't work if any is set). This should prevent issues when people run revive with all linters enabled by default.