chef / cookstyle

A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
107 stars 54 forks source link

Move docs cops yaml files to assets dir #950

Closed IanMadd closed 2 years ago

IanMadd commented 2 years ago

Signed-off-by: Ian Maddaus ian.maddaus@progress.com

Description

Move all Cookstyle cops YAML files in docs from data to assets.

Related Issue

chef/chef-web-docs#3710

Types of changes

Checklist:

tas50 commented 2 years ago

You'll wan to update the rake task that generates these as well: https://github.com/chef/cookstyle/blob/021ca38988a19496f817bbcd355afba0104006ad/tasks/cops_documentation.rake#L35