Merge pull request #3380 from consul/backport-rubocop_files
Enable rubocop rules in config and seed files
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user