FoodcriticRubocop

From DrewWiki
Revision as of 22:59, 24 January 2018 by Drew (talk | contribs) (fix syntax FoodcriticRubocop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Raw notes... needs formatting, context, examples

​gem install chefstyle
- rubocop or rubocop -r chefstyle -D --format offenses
foodcritic .
foodcritic -t -FC002 -f all .
foodcritic -t correctness
chef exec rspec
script:
- chefstyle
- foodcritic .
- chef exec rspec
- kitchen test -d always
chefstyle -a