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
Using version 0.16.1, it seems that elm-analyse cannot read elm.json files if there are some numbers in the exposed-modules.
0.16.1
elm-analyse
elm.json
exposed-modules
For example:
$ git clone https://github.com/rtfeldman/elm-iso8601-date-strings.git $ cd elm-iso8601-date-strings/ $ elm-analyse ERROR: Could not read project file (./elm.json)
If I replace the exposed-modules "Iso8601" by "Iso", elm-analyse does not complain anymore.
"Iso8601"
"Iso"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using version
0.16.1
, it seems thatelm-analyse
cannot readelm.json
files if there are some numbers in theexposed-modules
.For example:
If I replace the
exposed-modules
"Iso8601"
by"Iso"
,elm-analyse
does not complain anymore.The text was updated successfully, but these errors were encountered: