config/cookstyle.yml in cookstyle-7.32.0 vs config/cookstyle.yml in cookstyle-7.32.1
- old
+ new
@@ -12,16 +12,34 @@
Exclude:
- '**/files/**/*'
- '**/vendor/**/*'
- Guardfile
+Layout:
+ Exclude:
+ - '**/.delivery/project.toml'
+ - '**/.delivery/config.json'
+
+Lint:
+ Exclude:
+ - '**/.delivery/project.toml'
+ - '**/.delivery/config.json'
+
+Style:
+ Exclude:
+ - '**/.delivery/project.toml'
+ - '**/.delivery/config.json'
+
###############################
# Chef/Style: Making cookbooks look better
###############################
Chef/Style:
Enabled: true
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
+ Exclude:
+ - '**/.delivery/project.toml'
+ - '**/.delivery/config.json'
Chef/Style/AttributeKeys:
Description: Check which style of keys are used to access node attributes.
StyleGuide: 'chef_style_attributekeys'
Enabled: true