| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable Style/ParenthesesAroundCondition cop | Ryuta Kamizono | 2018-08-19 | 1 | -0/+3 |
* | Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the ... | Ryuta Kamizono | 2018-08-16 | 1 | -0/+3 |
* | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 1 | -0/+9 |
* | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -0/+4 |
* | Bump RuboCop to 0.58.2 | Koichi ITO | 2018-07-26 | 1 | -6/+7 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -0/+9 |
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 1 | -0/+3 |
* | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -0/+3 |
* | Rubocop 0.54 | Bart de Water | 2018-04-21 | 1 | -7/+7 |
* | Allow rubocop check more files | bogdanvlviv | 2018-04-19 | 1 | -2/+2 |
* | Merge pull request #32605 from composerinteralia/assert-not | Rafael França | 2018-04-19 | 1 | -0/+5 |
|\ |
|
| * | Add RuboCop for `assert_not` over `assert !` | Daniel Colson | 2018-04-19 | 1 | -0/+5 |
* | | Add exculude condition in rubocop.yml | Yoshiyuki Hirano | 2018-04-20 | 1 | -0/+1 |
|/ |
|
* | Add custom RuboCop for `assert_not` over `refute` | Daniel Colson | 2018-04-03 | 1 | -0/+7 |
* | Add cop for preferring 'Foo.method' over 'Foo::method' | Andrew White | 2018-02-22 | 1 | -0/+4 |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
* | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -0/+4 |
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -0/+3 |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -0/+3 |
* | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 1 | -0/+3 |
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more | Ryuta Kamizono | 2017-11-01 | 1 | -0/+4 |
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons | Matthew Draper | 2017-10-28 | 1 | -0/+4 |
* | Remove frozen_string_literal comment from activestorage's migration | bogdanvlviv | 2017-08-22 | 1 | -0/+1 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -0/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -1/+0 |
* | Remove unnecessary Include parameter in rubocop.yml | Koichi ITO | 2017-08-14 | 1 | -1/+0 |
* | Use frozen string literal in root files | Koichi ITO | 2017-08-13 | 1 | -13/+1 |
* | Use frozen string literal in ci/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in tools/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in tasks/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 1 | -0/+1 |
* | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 1 | -0/+1 |
* | Do not change the entire codebase style only because of active_storage | Rafael Mendonça França | 2017-08-03 | 1 | -1/+0 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 1 | -4/+1 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+3 |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+4 |
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+1 |
* | Use frozen string literal in actionmailer/ | Kir Shatrov | 2017-07-23 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+1 |
* | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -0/+3 |
* | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 1 | -0/+1 |
* | Enable Layout/EmptyLineAfterMagicComment cop | Koichi ITO | 2017-07-11 | 1 | -0/+3 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -4/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+4 |
* | rubocop namespace changes from `Style` to `Layout` | Yasuo Honda | 2017-05-24 | 1 | -21/+21 |
* | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 1 | -0/+4 |
* | Rename AlignWith to EnforcedStyleAlignWith | toshimaru | 2017-01-16 | 1 | -1/+1 |