ndmitchell/hlint

Adding severity to restrictions

Aberta

#1.528 aberto em 29 de jun. de 2023

 (1 comentário) (0 reação) (0 responsável)Haskell (208 forks)batch import
good first issue

Métricas do repositório

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

Description

First off, thanks for the great tool! Secondly, I've been trying to add a severity to my restrictions:

I currently have

- modules:
  - {name: Unsafe.Linear, within: Ghegin.Core.*}

but this triggers a warning message, while I'd really like this to trigger an error message.

Is there a way to do that?

Thanks in advance.

Guia do colaborador