ndmitchell/hlint

Adding severity to restrictions

Open

#1528 aperta il 29 giu 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Haskell (208 fork)batch import
good first issue

Metriche repository

Star
 (1594 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor