Skip to content
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

Add a lint rule to makefile #10583

Closed
philderbeast opened this issue Nov 22, 2024 · 0 comments · Fixed by #10584
Closed

Add a lint rule to makefile #10583

philderbeast opened this issue Nov 22, 2024 · 0 comments · Fixed by #10584

Comments

@philderbeast
Copy link
Collaborator

philderbeast commented Nov 22, 2024

We have this recipe for running HLint producing JSON output, added in #10421. Please follow up and make this a rule.

cabal/Makefile

Lines 54 to 57 in c3a9dd7

.PHONY: checks
checks: whitespace style
# this should probably be a rule
hlint -j --json -- .

@philderbeast philderbeast changed the title Add an lint rule to makefile Add a lint rule to makefile Nov 22, 2024
@mergify mergify bot closed this as completed in #10584 Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant