-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or improvementNew feature or improvementlinter: customAbout custom/private lintersAbout custom/private linters
Description
Your feature request related to a problem? Please describe.
Adding a custom linter is a massive headache.
Describe the solution you'd like.
Provide a mechanism for creating wrapper binaries that register custom linters.
Describe alternatives you've considered.
- Loading custom linters as plugins. This is a massive headache.
- Create a custom wrapper that uses hacks to register a custom linter. I did this, and it works but it's a horrible hack relying on unsafe and it breaks with the latest version.
Additional context.
I already implemented this. If this issue is received positively I will submit a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementlinter: customAbout custom/private lintersAbout custom/private linters