aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move code style configuration files to root directoryJon Moss2016-06-161-27/+0
| | | | | | | | | I think these are meant to be in the root directory, not in `/activerecord`? :grimacing: r? @sgrif [ci skip]
* 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)