aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bump RuboCop 0.50.0Koichi ITO2017-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | RuboCop 0.50.0 was released. https://github.com/bbatsov/rubocop/releases/tag/v0.50.0 And `rubocop-0-50` channel is available in Code Climate. https://github.com/codeclimate/codeclimate-rubocop/issues/107#issuecomment-336234260 This commit will bump RuboCop to 0.50.0. There are no new offences in this change. ```console % bundle exec rubocop --version 0.50.0 % bundle exec rubocop Inspecting 2350 files (snip) 2350 files inspected, no offenses detected ```
* Run latest Rubocop in CodeClimateWassim Metallaoui2017-08-261-0/+1
|
* Generators and tests are under the same style rulesRafael Mendonça França2016-07-271-14/+0
|
* Move code style configuration files to root directoryJon Moss2016-06-161-0/+27
I think these are meant to be in the root directory, not in `/activerecord`? :grimacing: r? @sgrif [ci skip]