chef-boneyard / delivery-truck

DEPRECATED: Delivery build cb for pipelines
Apache License 2.0
35 stars 48 forks source link

Replace rubocop with cookstyle in lint #27

Closed mattstratton closed 7 years ago

mattstratton commented 7 years ago

This change will execute cookstyle tests instead of rubocop in the lint phase, provided that cookstyle is installed on the builder/runner. If it is not, the rubocop functionality will occur instead.

Fixes #24

mattstratton commented 7 years ago

After further review, I realized that we need to have cookstyle be opt-in (at least for a while) since this change will cause a lot of people's pipelines to start failing (since they may not have been running rubocop already). I am going to close this PR, add the config capability, and will re-submit.