config/chefstyle.yml in chefstyle-1.4.3 vs config/chefstyle.yml in chefstyle-1.4.4
- old
+ new
@@ -663,9 +663,13 @@
# Use __FILE__ or __dir__ to simplify expand_paths
Style/ExpandPathArguments:
Enabled: true
+# more code you don't need
+Lint/RedundantSafeNavigation:
+ Enabled: true
+
ChefRuby/Ruby27KeywordArgumentWarnings:
Description: Pass options to shell_out helpers without the brackets to avoid Ruby 2.7 deprecation warnings.
Enabled: true
VersionAdded: '1.3.0'
\ No newline at end of file