haskell/haskell-ide-engine

Provide code action to turn off a hlint warning in a project

Open

#955 ouverte le 21 nov. 2018

Voir sur GitHub
 (3 commentaires) (3 réactions) (0 assignés)Haskell (205 forks)batch import
good first issuetype: enhancement

Métriques du dépôt

Stars
 (2 358 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur