Bump rails to 5.2 and update rubocop
This commit is contained in:
@ -2,6 +2,7 @@ AllCops:
|
||||
Exclude:
|
||||
- 'bin/*'
|
||||
- 'db/schema.rb'
|
||||
NewCops: enable
|
||||
|
||||
Style/ClassAndModuleChildren:
|
||||
Exclude:
|
||||
@ -17,6 +18,6 @@ Style/Documentation:
|
||||
- 'db/**/*'
|
||||
- 'test/**/*'
|
||||
|
||||
Metrics/LineLength:
|
||||
Layout/LineLength:
|
||||
Max: 80
|
||||
IgnoredPatterns: ['\A\s*#']
|
||||
|
Reference in New Issue
Block a user