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

Enforce hlint #184

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Enforce hlint #184

merged 2 commits into from
Apr 15, 2024

Conversation

infinisil
Copy link
Member

Enforce hlint in CI and apply all its suggestions. This just keeps the Haskell code a bit tidier

Done automatically using

    git ls-files | rg '\.hs$' | while read file; do hlint "$file" --refactor --refactor-options="--inplace" ; done
@infinisil infinisil requested a review from piegamesde April 4, 2024 20:25
Copy link
Member

@dasJ dasJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change itself looks reasonable enough, I cannot judge the Haskell code.

@piegamesde piegamesde enabled auto-merge April 15, 2024 15:22
@piegamesde piegamesde disabled auto-merge April 15, 2024 15:23
@piegamesde piegamesde enabled auto-merge April 15, 2024 15:23
@piegamesde piegamesde merged commit 3cb264c into master Apr 15, 2024
1 check passed
@piegamesde piegamesde deleted the hlint branch April 15, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants