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

When possible track line position instead of just line #12

Open
ryanmerolle opened this issue Jan 4, 2022 · 1 comment
Open

When possible track line position instead of just line #12

ryanmerolle opened this issue Jan 4, 2022 · 1 comment

Comments

@ryanmerolle
Copy link

ryanmerolle commented Jan 4, 2022

When linting a file, multiple instance of an issue on a line or consolidated into only one error even when said error description is not the same for both errors.

Registering multiple errors per line as separate error instances would correct this issue. Furthermore, if the file_path:line:col format was used, IDEs like VS Code would be able to link directly to the instance of each error instead of the first column in a line.

Obviously, this may not be possible for every error/warning.

@carlbuchmann
Copy link
Member

Thanks, @ryanmerolle we will look into this in a future release!

@ryanmerolle ryanmerolle changed the title track line position instead of just line When possible track line position instead of just line Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants