It's often a good idea in open-source projects to provide automated code linting. Rubocop is a great gem that does this for Ruby and is highly customisable.
Is there any reason we wouldn't add this to make it easier for people to create code-style consistent PRs?
It's often a good idea in open-source projects to provide automated code linting. Rubocop is a great gem that does this for Ruby and is highly customisable.
Is there any reason we wouldn't add this to make it easier for people to create code-style consistent PRs?