aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/.codeclimate.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add codeclimate and rubocop config filesSean Griffin2016-06-131-0/+27
We're going to be experimenting with a new bot for them. This will not cause anything to start affecting new PRs yet, but it will have data sent to them so they can do "dry run" stuff on their end. The rubocop file is based on our documented style guide. I've only included rules which are either already consistently applied throughout the entire codebase, or where added lines should be following the guideline regardless of the surrounding code (such as hash syntax)