DEV Community

Discussion on: How to use GitHub wiki to speed up code reviews

Collapse
 
martinstreicher profile image
Martin Streicher

Rubocop is wildly configurable and has cops for many, many conventions. I also publish a style guide for things I cannot express in cops. But, if I can automate and enforce it with Rubocop, that's my preference.