diff --git a/.rubocop.yml b/.rubocop.yml index b4f5d98ce..6f9f7f577 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,7 +5,7 @@ AllCops: - 'test/fixtures/profiles/**/*.rb' - 'test/fixtures/config_dirs/**/*.rb' - 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*' - - 'examples/**/controls/*.rb' + - 'examples/**/*.rb' - 'vendor/bundle/**/*' Layout/ArgumentAlignment: EnforcedStyle: with_first_argument