aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-0/+4
* Bump rubocop to 0.71Abhay Nikam2019-06-061-7/+6
* Bump RuboCop to 0.67.2Koichi ITO2019-04-161-0/+2
* Layout/SpaceBeforeComment Enabled: truekei2019-04-121-0/+3
* Exclude all `node_modules` from the RuboCop checkyuuji.yaginuma2019-04-101-1/+1
* Enable `Lint/AmbiguousOperator` and `Lint/AmbiguousRegexpLiteral` copsRyuta Kamizono2019-03-061-0/+6
* Enable `Performance/ReverseEach` cop to avoid newly adding `reverse.each`Ryuta Kamizono2019-03-061-0/+3
* Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warningRyuta Kamizono2019-02-011-0/+3
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+1
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-0/+3
* Enable `Lint/DeprecatedClassMethods` cop to avoid using deprecated methodsyuuji.yaginuma2019-01-091-0/+3
* Import Action TextGeorge Claghorn2019-01-041-0/+2
* Enable `Lint/ShadowingOuterLocalVariable` cop to avoid newly adding the warningRyuta Kamizono2018-12-281-0/+3
* Import Action MailboxGeorge Claghorn2018-12-251-0/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-0/+3
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-1/+1
* Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacingRyuta Kamizono2018-12-131-2/+5
* Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze`Yasuo Honda2018-11-081-3/+0
* Skip node_modules dir in the rubocop checkPrathamesh Sonpatki2018-10-051-0/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-0/+6
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-0/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-0/+3
* Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-0/+3
* Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the ...Ryuta Kamizono2018-08-161-0/+3
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-0/+9
* Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-0/+4
* Bump RuboCop to 0.58.2Koichi ITO2018-07-261-6/+7
* Turn on performance based copsDillon Welch2018-07-231-0/+9
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-0/+3
* Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-0/+3
* Rubocop 0.54Bart de Water2018-04-211-7/+7
* Allow rubocop check more filesbogdanvlviv2018-04-191-2/+2
* Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-191-0/+5
|\
| * Add RuboCop for `assert_not` over `assert !`Daniel Colson2018-04-191-0/+5
* | Add exculude condition in rubocop.ymlYoshiyuki Hirano2018-04-201-0/+1
|/
* Add custom RuboCop for `assert_not` over `refute`Daniel Colson2018-04-031-0/+7
* 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