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

Errors in discovered myke.yml are printed without the actual path #101

Open
pkuczynski opened this issue Oct 13, 2017 · 0 comments
Open
Milestone

Comments

@pkuczynski
Copy link
Contributor

pkuczynski commented Oct 13, 2017

I have a myke.yml config which references few others:

discover:
  - ../dir1
  - ../dir2
  - ../dir3

When one of them contains an error I receive the following message when running myke:

⨯ error error=yaml: line 34: could not find expected ':'

Without the actual path to the file causing the trouble, I have no easy way of figuring it out myself.

I would expect an error like:

⨯ error ../dir1/myke.yaml[34]: could not find expected ':'

@rdsubhas rdsubhas added this to the v1.1.0 milestone Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants