coderaiser/putout

how to run just specific rules

krzysztofpniak opened this issue · 1 comments

How can I run just a single rule from local rulesDir.

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.