Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uppromtool: print file/line locations for warnings/errors #1758
Comments
This comment has been minimized.
This comment has been minimized.
|
I agree that it would be handy but with the YAML parsing package we are using this is hardly doable. |
brian-brazil
added
the
kind/enhancement
label
Jul 13, 2016
brian-brazil
added
priority/P3
component/promtool
help wanted
labels
Jul 14, 2017
This comment has been minimized.
This comment has been minimized.
|
I created issue for yaml package go-yaml/yaml#343 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
juergenhoetzel commentedJun 22, 2016
Checking my config I get warnings, but not the file-name + line-number which cause the warnings/errors:
These additional info could also improve editor support. I use Emacs and implementing a
Flycheck checker should be easy when this info is provided.