Hey folks,
We have a nice little release of Cookstyle that enables an important new Ruby cop and updates the RuboCop engine. This is up on Rubygems today and will be available in the next release of Chef Workstation.
RuboCop 1.9.0
The RuboCop engine that powers Cookstyle has been updated to 1.9.0. This new release improves autocorrection and resolves a large number of detection errors.
1 New Ruby Cops
Lint/DeprecatedConstants
The Lint/DeprecatedConstants
cop detects legacy constant values TRUE
, FALSE
, and NIL
that were deprecated in Ruby 2.4 (Chef Infra Client 13).
Enjoy,
Tim