Nothing Special   »   [go: up one dir, main page]

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 hlint configuration? #95

Open
philderbeast opened this issue May 23, 2023 · 0 comments
Open

Add hlint configuration? #95

philderbeast opened this issue May 23, 2023 · 0 comments

Comments

@philderbeast
Copy link

Linting was clean with #51 but now there are warnings:

# Warnings currently triggered by your code
- ignore: {name: "Empty single-line comment"} # 49 hints
- ignore: {name: "Redundant bracket"} # 4 hints
- ignore: {name: "Use intercalate"} # 10 hints
- ignore: {name: "Use map once"} # 4 hints
- ignore: {name: "Use zipWith"} # 1 hint

How about adding configuration (and a gh-action?) to help maintain this project in a lint-clean state?

I've seen the no-pull request note. If you want to pick up the configuration, I've done it over on typechecker@b42073e. The command for creating a default configuration is:

hlint --default -j . > .hlint.yaml
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

No branches or pull requests

1 participant