elm-format icon indicating copy to clipboard operation
elm-format copied to clipboard

--validate should print JSON if files don't exist

Open avh4 opened this issue 6 years ago • 0 comments

$ elm-format --validate xxx
[There was a problem reading one or more of the specified input files:

    xxx: File does not exist

Please check the given paths.

Should instead print:

$ elm-format --validate xxx
[{"path":"xxx","message":"File does not exist"}
]

avh4 avatar Jun 29 '18 22:06 avh4