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

Make "UnusedDependency" configurable #214

Open
jinjor opened this issue Aug 29, 2019 · 0 comments
Open

Make "UnusedDependency" configurable #214

jinjor opened this issue Aug 29, 2019 · 0 comments

Comments

@jinjor
Copy link
Contributor

jinjor commented Aug 29, 2019

It seems there is no option to disable "UnusedDependency" check in elm-analyse.json. I sometimes need extra dependencies to avoid Map.! error (which should be fixed in elm 0.19.1). So I think this option would be useful for such cases.

I'm currently using the following workaround to get the correct status code on CI.

$ elm-analyse | tee /dev/stderr | exit `grep -c -E '^Messages:'`
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