Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the same config on Code Climate as locally
We configured Code Climate to be aware of all open issues instead of ignoring open issues via the rubocop todo lists. We were hoping that Code Climate could give us some nice stats like progress if it's aware of all our open issues. But the graphs don't tell us anything. So it's better to have one source of truth for our open style issues and that is our rubocop config in this repository. It contains two todo lists that document all violations we would like to fix in the future but it's okay to submit pull requests that don't fix those. Instead of accepting new style issues in Code Climate, every pull request with new violations has to add them to the rubocop config. I hope that this will make rubocop more useful and encourage developers to reduce code style debt.
- Loading branch information