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