-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature: track line-column of value definition #6
Comments
I can do a PR if maintainers are willing to accept this feature |
Hi @felipe, Thank you for your offer! We appreciate contributions from the community. Could you please provide more details about the feature you have in mind? |
let's say I have a TOML file that has an array defined:
and I have a fellow committer adding something to this array, like so
I would like to write a linter that reads the TOML file, checks the array and points out that the array is not lexicographically ordered
|
to have the above, I'd a appreciate something like an end user like me could use that, but the default would stay the same. The compiler would recognize the use of line tracking code and optimize those code blocks out with default settings. If it doesn't look like the compiler will optimize those "line tracking" code blocks, I guess a thorough re-write would be necessary to comply |
thank you for your response. these days I am very busy, as soon as I have time I will better analyze the effects of your request |
this way we can write linters using this package, pointing to the source of the problems
The text was updated successfully, but these errors were encountered: