aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
* Add cop for preferring 'Foo.method' over 'Foo::method'Andrew White2018-02-221-0/+4
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+1
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-0/+4
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-0/+3
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-0/+3
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-0/+3
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-0/+4
* Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-0/+4
* Remove frozen_string_literal comment from activestorage's migrationbogdanvlviv2017-08-221-0/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-0/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-1/+0
* Remove unnecessary Include parameter in rubocop.ymlKoichi ITO2017-08-141-1/+0
* Use frozen string literal in root filesKoichi ITO2017-08-131-13/+1
* 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