feat: add filename to error message when yaml file is invalid #799
Reference in New Issue
Block a user
No description provided.
Delete Branch "p4u1/abra:improve-error-message"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before:
FATA <internal/validate.go:84> unable to validate recipe: yaml: line 3: did not find expected key
After:
FATA <internal/validate.go:84> unable to validate recipe: /recipes/monitoring-ng/compose.grafana-oidc.yml: yaml: line 3: did not find expected key