Custom RuboCops to support your code-reviews
Running RuboCop in your CI is a great way to enforce a commonly agreed upon style-guide and best-practices.
But sometimes certain patterns or worst-practices keep re-appearing which are highly specific to your codebase or team.
Check out my post on how to create a custom cop to help in your code-reviews.
Post a comment