omio-labs / myke

make with yaml: development tasks made simple with golang, yaml and many ingredients
https://omio-labs.github.io/myke
MIT License
70 stars 16 forks source link

Print file name when there is a parser error #105

Open rdsubhas opened 6 years ago

rdsubhas commented 6 years ago

Right now, when there is a parsing error in YAML files (which happens all the time with whitespace in yamls) - myke prints error - line number. Its beneficial to show which file has this error when using discover/import features.

CC @markosfount