You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Running lint on meteor recipes does not provide which line in the recipe has an issue.
Describe the solution you'd like
Lint command should provide more descriptive error messages. Message should provide a file name, line number, and proper error message. As an example
recipes/sample.yaml:44:10:invalid config hostname for Columbus sink.
The text was updated successfully, but these errors were encountered:
@ravisuhag@StewartJingga@mabdh
Generally , runtime.Caller(depth) method is used to display the line and file name, but while looking the stack trace on panic, the error is not referring to yaml file, the trace was only visible till cmd/lint.go. I am wondering then how can we provide line number particularly in yaml while improvement on error message can be helpful. Looking over other approaches as well.
Is your feature request related to a problem? Please describe.
Running lint on meteor recipes does not provide which line in the recipe has an issue.
Describe the solution you'd like
Lint command should provide more descriptive error messages. Message should provide a file name, line number, and proper error message. As an example
The text was updated successfully, but these errors were encountered: