-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing options to hlint-run? #20
Comments
FWIW, I got around this issue by adding them through |
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 |
For my use case, I need a specific version of hlint, which makes However, it looks like If time/cost is a concern and contributor to deprecation, I certainly wouldn't mind contributing if you can point me in the right direction. |
Thank you for the reply. Then I won't deprecate this until we can make sure |
For my own reference, is there a use case where you would want to invoke HLint in different steps with different command-line flags in a GitHub action? I.e., would there be a reason why you wouldn't want to specify the command-line flags in
For running a custom version of HLint, Footnotes
|
With
hlint-run
, I'm able to pass in folders to this action doing the equivalent of:Using the action how would we pass options like
--cpp-define
and--cpp-simple
?https://github.com/commercialhaskell/stack/blob/af098aa6a8246960229871228c5ed757e29916ad/.github/workflows/unit-tests.yml#L24-L26
The text was updated successfully, but these errors were encountered: