We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I enable just the warnings/suggestions provided by this module? I tried
hlint --hint=hlint.yaml src/
but this will use hlint's built-in rules as well - I think that's the meaing of the first to lines of .. -v .. output
.. -v ..
# Initialise of global flags... took 0.00s # Config of data/hlint.yaml... took 0.17s # Config of hlint.yaml... took 0.00s # Parse of src/...
I tried to put - ignore: { } at the start, but then I get no output at all (I think that's ndmitchell/hlint#748)
- ignore: { }
The text was updated successfully, but these errors were encountered:
That's something you should ask on the hlint issue tracker, not here, because I have no clue..
Sorry, something went wrong.
Seems to be fixed.
No branches or pull requests
How do I enable just the warnings/suggestions provided by this module? I tried
but this will use hlint's built-in rules as well - I think that's the meaing of the first to lines of
.. -v ..
outputI tried to put
- ignore: { }
at the start, but then I get no output at all (I think that's ndmitchell/hlint#748)The text was updated successfully, but these errors were encountered: