RuboCop's skills can be a good reference: https://github.com/shop/world/pull/793092
Important concepts to include:
- How to use
.ci.yml and .branch.yml to control a rule's rollout and avoid blocking CI merge queue
- How to create a new rule and enable it
- How to write tests for rules
RuboCop's skills can be a good reference: https://github.com/shop/world/pull/793092
Important concepts to include:
.ci.ymland.branch.ymlto control a rule's rollout and avoid blocking CI merge queue