Skip to content

Commit

Permalink
Avoid the test dir in the windows_uac checks
Browse files Browse the repository at this point in the history
This avoids us false matching on inspec controls

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 5, 2020
1 parent c9736ca commit d784676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,7 @@ ChefModernize/WindowsRegistryUAC:
- '**/metadata.rb'
- '**/attributes/*.rb'
- '**/Berksfile'
- '**/test/**/*.rb'

ChefModernize/UseMultipackageInstalls:
Description: Pass an array of packages to package resources instead of interating over an array of packages when using multi-package capable package subystem such as apt, yum, chocolatey, dnf, or zypper. Multipackage installs are faster and simplify logs.
Expand Down

0 comments on commit d784676

Please sign in to comment.