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