-
-
Notifications
You must be signed in to change notification settings - Fork 39
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 #414
base: main
Are you sure you want to change the base?
Add HLint #414
Conversation
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.
Thanks for a nice contribution!
Only small thing to fix at the moment 👌🏼
README.md
Outdated
@@ -230,6 +230,14 @@ make it unique: | |||
Haskell types and `htoml*` libraries use typeclasses-based approach | |||
via `aeson` library. | |||
|
|||
## Development | |||
|
|||
`iris` uses `hlint`, you can run it through: |
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.
I guess this name is from other PR 🙂
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.
I'm confused :x
I've pushed a fix.
@@ -0,0 +1,76 @@ | |||
# HLint configuration file |
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.
Is this the default file or some additional configurations were added here?
I think it is okay if we use the default one without adding the config file at all 🙂
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.
it's the default one
@vrom911 is there anything I can do/improve to get it merged? |
I'm sorry for the unsolicited PR but I planned to do a hlint contribution on another repository and another contribution for this one and I mixed my folders :s
I push it so it could be useful eventually, and I'm going to make my contribution on this one as I planned to do.