mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Exclude all example .rb files from .rubocop.yml to avoid chefstyle/cookstyle conflict
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
cabbdf2adb
commit
881b315add
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ AllCops:
|
||||||
- 'test/fixtures/profiles/**/*.rb'
|
- 'test/fixtures/profiles/**/*.rb'
|
||||||
- 'test/fixtures/config_dirs/**/*.rb'
|
- 'test/fixtures/config_dirs/**/*.rb'
|
||||||
- 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*'
|
- 'lib/plugins/inspec-init/templates/plugins/inspec-plugin-template/**/*'
|
||||||
- 'examples/**/controls/*.rb'
|
- 'examples/**/*.rb'
|
||||||
- 'vendor/bundle/**/*'
|
- 'vendor/bundle/**/*'
|
||||||
Layout/ArgumentAlignment:
|
Layout/ArgumentAlignment:
|
||||||
EnforcedStyle: with_first_argument
|
EnforcedStyle: with_first_argument
|
||||||
|
|
Loading…
Reference in a new issue