Chef 13 Upgrade: knife-cookbook-doc Rubocop Updates (1 mins read).
Disabling the Missing space after # and Do not use block comments errors for your knife-cookbook-doc formatted comments.
Chef 13 Upgrade: knife-cookbook-doc Rubocop Updates (1 mins read).
Disabling the Missing space after # and Do not use block comments errors for your knife-cookbook-doc formatted comments.
Chef 13 Upgrade: knife-cookbook-doc gem upgrade (1 mins read).
Fixing odd Logger entries in autogenerated knife-cookbook-doc README.mds for Chef 13.
Chef 13 Upgrade: Deprecation of Namespace Collisions in Custom Resources (1 mins read).
Preparing for breaking changes in Chef 14 by renaming property_name to new_resource.property_name in Custom Resources.
Chef 13 Upgrade: Lessons Learnt and Documented for Posterity (1 mins read).
Notes on the main problems encountered when upgrading from Chef 12 to Chef 13, both with ChefSpec and Rubocop.
Chef 13 Upgrade: Rubocop Changes for lazy Parameters (1 mins read).
How to resolve the Parenthesize the param lazy Rubocop error when upgrading your cookbook to Chef 13.
Chef 13 Upgrade: Rubocop Changes for Word Array Literals (%w) (1 mins read).
A one-liner shell command to fix Rubocop errors %w-literals should be delimited by [ and ].
Chef 13 Upgrade: Testing ruby_blocks with ChefSpec (1 mins read).
Replace your block.old_run_action with block.block.call to trigger ruby_blocks within ChefSpec 7 and Chef 13.