Open
Description
I'm using VSCode + HLS 0.6.0.
I'd like to permanently disable certain hlint suggestions, such as the "Suggestion: Use camelCase" on ADTs. On a per-project basis, if possible.
It would be nice if there was an extra code action to disable the specific hlint. So we would see the list as:
- Apply hint: ...
- Apply all hints
- Ignore this hint: ...
If the user selects "Ignore this hint", then the project's .hlint.yaml
would be updated accordingly.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo