When a hlint warning is provided, e.g. "use camelCase", you do not always want to apply it in the project.
Provide a code action to add it to the file .hlint.yaml in the project root, creating that file if it does not exist.
- ignore: {name: "Use camelCase"}
If possible, provide another one for a single override at this location. If hlint provides such a feature.
Hey, can I help with this issue?
Yes indeed. You basically need to modify the codeActionProvider method in the ApplyRefact plugin, to keep an eye out for hints that look like that, and expose a command that will then write it to that file, creating it if it does not exist.
Shout if you need guidance.
Hi, if nobody's working on this issue, could I try working on it?
Most helpful comment
Hi, if nobody's working on this issue, could I try working on it?