ndmitchell/hlint

Adding severity to restrictions

オープン

#1,528 opened on 2023/06/29

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (208 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (1,602 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド