Merge pull request #3380 from consul/backport-rubocop_files

Enable rubocop rules in config and seed files
This commit is contained in:
Javier Martín
2019-03-20 15:36:26 +01:00
committed by GitHub

View File

@@ -7,9 +7,8 @@ AllCops:
- "**/Rakefile"
- "**/config.ru"
Exclude:
- "db/**/*"
- "config/**/*"
- "script/**/*"
- "db/migrate/**/*"
- "db/schema.rb"
TargetRubyVersion: 2.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.