config/cookstyle.yml in cookstyle-7.30.4 vs config/cookstyle.yml in cookstyle-7.31.0
- old
+ new
@@ -1262,9 +1262,17 @@
Enabled: true
VersionAdded: '7.15.0'
Include:
- '**/Policyfile.rb'
+Chef/Deprecations/Delivery:
+ Description: Do not include a `.delivery` directory for the `delivery` command in your cookbooks. Chef Delivery (Workflow) went EOL Dec 31st 2021 and the delivery command was removed from Chef Workstation Feb 2022.
+ StyleGuide: 'chef_deprecations_delivery'
+ Enabled: true
+ VersionAdded: '7.31.0'
+ Include:
+ - '**/metadata.rb'
+
Chef/Deprecations/DeprecatedSudoActions:
Description: The `sudo` resource in the sudo cookbook 5.0 (2018) or Chef Infra Client 14 and later have replaced the existing `:install` and `:remove` actions with `:create` and `:delete` actions to better match other resources in Chef Infra.
StyleGuide: 'chef_deprecations_deprecatedsudoactions'
Enabled: true
VersionAdded: '7.18.0'
\ No newline at end of file