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

how to get warnings from this rule set exclusively? #18

Closed
jwaldmann opened this issue Nov 30, 2021 · 2 comments
Closed

how to get warnings from this rule set exclusively? #18

jwaldmann opened this issue Nov 30, 2021 · 2 comments

Comments

@jwaldmann
Copy link

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

# 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)

@NorfairKing
Copy link
Owner

That's something you should ask on the hlint issue tracker, not here, because I have no clue..

@NorfairKing
Copy link
Owner

Seems to be fixed.

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

2 participants