diff --git a/Library/.rubocop_rspec.yml b/Library/.rubocop_rspec.yml index dfaccdacf6..c9fe520ac5 100644 --- a/Library/.rubocop_rspec.yml +++ b/Library/.rubocop_rspec.yml @@ -2,7 +2,9 @@ inherit_from: ./.rubocop.yml AllCops: Include: - - '**/*_spec.rb' + - '**/cmd/**/*.rb' + - '**/lib/**/*.rb' + - '**/spec/**/*.rb' Exclude: - '**/vendor/**/*'