Lerk
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.rubocop.yml
|
|
@ -2,7 +2,7 @@ require: |
|
|
|
- rubocop-rails |
|
|
|
|
|
|
|
AllCops: |
|
|
|
TargetRubyVersion: 2.3 |
|
|
|
TargetRubyVersion: 2.4 |
|
|
|
Exclude: |
|
|
|
- 'spec/**/*' |
|
|
|
- 'db/**/*' |
|
|
@ -46,7 +46,7 @@ Metrics/ClassLength: |
|
|
|
Metrics/CyclomaticComplexity: |
|
|
|
Max: 25 |
|
|
|
|
|
|
|
Metrics/LineLength: |
|
|
|
Layout/LineLength: |
|
|
|
AllowURI: true |
|
|
|
Enabled: false |
|
|
|
|
|
|
|