-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages
Description
When creating new lints that don't fit in the old lint categories, I usually go through kinda samey hoops of creating new files and copypasting LateLintPass/EarlyLintPass boilerplate from existing lints. Is there a script or something I can use to generate them for me (if that's possible?). I didn't find anything related in utils.
Metadata
Metadata
Assignees
Labels
C-an-interesting-projectCategory: Interesting projects, that usually are more involved design/code wise.Category: Interesting projects, that usually are more involved design/code wise.C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messages