how to run just specific rules
krzysztofpniak opened this issue · 1 comments
krzysztofpniak commented
How can I run just a single rule from local rulesDir.
coderaiser commented
Try to use Ruler.
Also you can create different rules directories. Could you please provide more details about your use cases?
Usually plugin splitted into two parts: report and transform. if your rule already transformed code, it should not report, test noReportAfterTransform()
can help you test for such cases.