-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Get rid of elm-analyse.json #616
Comments
I’m working on a tool myself (not public yet) that needs some config in elm-tooling.json. I’m doing it like this: {
"tools": {
"elm": "0.19.1"
},
"x-elm-watch": {
"whatever": "I want"
}
} I’m going to update Maybe you can use that? My idea is that tooling authors can use this to get started, and then maybe standardize stuff later if it makes sense. |
Sounds fine for me. |
Then again, this will force users, that still use elm-analyse in their CI to maintain two files in sync. The question is, are many people still using elm-analyse? |
One could also ask the question: Does this create any benefit at all for end users, or are we just going to cause hassle for them having to move stuff from elm-analyse.json to elm-tooling.json? It might feel cleaner for us, but maybe this is a historical quirk that doesn’t matter much. People have their elm-analyse.json set up and that works (if it ain’t broke, don’t fix it). |
I think the problem is, that we're missing docs. As it's unclear which
rules we support and what they do.
Simon Lydell ***@***.***> schrieb am Sa., 21. Aug. 2021,
14:45:
… One could also ask the question: Does this create any benefit at all for
end users, or are we just going to cause hassle for them having to move
stuff from elm-analyse.json to elm-tooling.json?
It might feel cleaner for us, but maybe this is a historical quirk that
doesn’t matter much. People have their elm-analyse.json set up and that
works (if it ain’t broke, don’t fix it).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#616 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNLEZEDASULBBQHIWXF74LT56NYDANCNFSM5AM3R6EA>
.
|
We should get rid of the file and switch to our own file format.
One idea would be to use the
elm-tooling.json
to handle these settings.@lydell
The text was updated successfully, but these errors were encountered: