aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
...
* Use frozen string literal in ci/Koichi ITO2017-08-131-0/+1
* Use frozen string literal in tools/Koichi ITO2017-08-131-0/+1
* Use frozen string literal in tasks/Koichi ITO2017-08-131-0/+1
* Use frozen string literal in guides/Koichi ITO2017-08-131-0/+1
* Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+1
* Do not change the entire codebase style only because of active_storageRafael Mendonça França2017-08-031-1/+0
* Fix all rubocop violationsRafael Mendonça França2017-08-031-4/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+3
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+4
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+1
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+1
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-0/+3
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+1
* Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-111-0/+3
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-091-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+4
* rubocop namespace changes from `Style` to `Layout`Yasuo Honda2017-05-241-21/+21
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-0/+4
* Rename AlignWith to EnforcedStyleAlignWithtoshimaru2017-01-161-1/+1
* Shave a couple of allocations off Journey scan & parseMatthew Draper2016-12-251-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-0/+21
* Set target ruby version for rubocop to 2.2 instead 2.3.Igor Zubkov2016-10-111-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-0/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-0/+12
* Fix a typoVijay Dev2016-08-071-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-0/+4
* adds a few cops and sortsXavier Noria2016-08-061-21/+48
* explain the meaning of some RuboCop config options [ci skip]Xavier Noria2016-07-211-0/+8
* Add a new rule to rubocopRafael Mendonça França2016-07-201-10/+13
* Enable a few more rubocop rulesRafael Mendonça França2016-07-171-0/+13
* Move code style configuration files to root directoryJon Moss2016-06-161-0/+27