Bump rails to 5.2 and update rubocop

This commit is contained in:
John Lees-Miller
2020-05-30 09:40:57 +01:00
parent df28c040d4
commit 80216c6740
78 changed files with 373 additions and 149 deletions

View File

@ -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*#']