RuboCop Defaults Survey Results | Meta Redux
Recommended read: RuboCop Defaults Survey Results | Meta Redux https://metaredux.com/posts/2020/05/26/rubocop-defaults-survey-results.html
RuboCop Defaults Survey Results | Meta Redux
Recommended read: RuboCop Defaults Survey Results | Meta Redux https://metaredux.com/posts/2020/05/26/rubocop-defaults-survey-results.html
Morsels of Goodness: What's Cooking in Chef 14? (5 mins read).
A look at the new features coming in the new Chef 14 release, as well as what to watch out for when upgrading.
Bundling Common Rake Tasks into a Gem (8 mins read).
An example of how to create a helper gem for common Rake task, using the real-world example of Chef cookbooks.
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 ]
.