-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: Add HLint CI action and apply hints #55
Conversation
path: brat/ | ||
# https://github.com/haskell-actions/hlint-run/issues/20#issuecomment-2168787894 | ||
hlint-bin: hlint --hint=brat/.hlint.yaml | ||
fail-on: warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could get rid of this line and have the ci action generate information without failing the job if we prefer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I think we should enforce linting in CI 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! ✨
Could you add a section to the readme explaining how to do the linting?
path: brat/ | ||
# https://github.com/haskell-actions/hlint-run/issues/20#issuecomment-2168787894 | ||
hlint-bin: hlint --hint=brat/.hlint.yaml | ||
fail-on: warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I think we should enforce linting in CI 👍
No description provided.