ndmitchell/hlint

Adding severity to restrictions

Open

#1,528 建立於 2023年6月29日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Haskell (1,594 star) (208 fork)batch import
good first issue

描述

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.

貢獻者指南