Update rubocop file
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.3
|
||||
TargetRubyVersion: 2.6
|
||||
Exclude:
|
||||
- bin/*
|
||||
- config/application.rb
|
||||
@ -9,9 +9,10 @@ AllCops:
|
||||
- public/uploads/**/*
|
||||
- tmp/**/*
|
||||
- vendor/**/*
|
||||
- node_modules/**/*
|
||||
Rails:
|
||||
Enabled: true
|
||||
Metrics/LineLength:
|
||||
Layout/LineLength:
|
||||
Enabled: false
|
||||
require: rubocop-rspec
|
||||
Style/Documentation:
|
||||
|
Reference in New Issue
Block a user