You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CI, the hlint-run action is successful, but I still get a "redundant bracket" warning. Locally, running hlint automatically detects the .hlint.yaml file and suppresses the warning.
The text was updated successfully, but these errors were encountered:
I completely forgot about this one. I'll try to handle this by July 4th long weekend :)
As a side note, I'm considering deprecating hlint-{setup,run} pair in favor of https://github.com/haskell-actions/hlint-scan but I need to make sure all current users can migrate without being impacted too severely. Can you please take a look and see if you can use hlint-scan instead? Thank you!
(cloned from haskell/actions#277 by request of @andreasabel )
Question
Does the
hlint-run
action currently support.hlint.yaml
files? If so, what is the recommended way to pass the.hlint.yaml
file to the action?Details
I have the following project structure:
Here is
.hlint.yaml
:Here is (the relevant part of)
.github/workflows/hlint.yaml
:In CI, the
hlint-run
action is successful, but I still get a "redundant bracket" warning. Locally, runninghlint
automatically detects the.hlint.yaml
file and suppresses the warning.The text was updated successfully, but these errors were encountered: