Closed
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.