diff --git a/.rubocop.yml b/.rubocop.yml index 9a257e171d8..71e4cd161ab 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,6 +5,9 @@ AllCops: RunRailsCops: true Exclude: - 'spec/spec_helper.rb' + - 'db/**/*' + - 'config/**/*' + - 'script/**/* inherit_from: - enabled.yml