+ ok &&= system("bundle", "exec", "rubocop", *ruby_files) unless ruby_files.empty?
+
+ cookbooks = files.grep(%r{(cookbooks/[^/]+)/}) { Regexp.last_match(1) }.uniq
+
+ ok &&= system("bundle", "exec", "foodcritic", "-f", "any", *cookbooks) unless cookbooks.empty?