Skip to content

Add code action to suppress specific hlint warnings #600

Open
@srid

Description

@srid

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

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions