Update rubocop file

This commit is contained in:
Sebastian Serth
2020-02-02 12:41:03 +01:00
parent 2e01e4bfc2
commit a5f5edb959

View File

@ -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: