haskell/haskell-ide-engine

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

Aberta

#955 aberto em 21 de nov. de 2018

 (3 comentários) (3 reações) (0 responsável)Haskell (205 forks)batch import
good first issuetype: enhancement

Métricas do repositório

Stars
 (2.354 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador