Browse Source

Set TargetRailsVersion of RuboCop to 6.1 (#29914).


git-svn-id: http://svn.redmine.org/redmine/trunk@20908 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 3 years ago
parent
commit
86110b359a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .rubocop.yml

+ 1
- 1
.rubocop.yml View File

@@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.5
TargetRailsVersion: 5.2
TargetRailsVersion: 6.1

NewCops: enable


Loading…
Cancel
Save