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
When linting errors pop up in the Problems tab in VSCode, only the rule code is returned.
E.g. Expected indent of 4 spaces. sqlfluff(LT02) [Ln 83, Col 1]
Relevant screenshot
Expected behaviour
Since we can now use the rule name in our noqa comments to disable rules (e.g. noqa: disable=layout.indent), it would be much easier to show the rule name in the Problems tab as well.
Example of how the Problems output could look like: Expected indent of 4 spaces. sqlfluff(LT02: layout.indent) [Ln 83, Col 1]
Are you willing to open a PR to help address this issue?
Yes, but I'd probably need assistance
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
No
Describe the issue
When linting errors pop up in the
Problems
tab in VSCode, only the rule code is returned.E.g.
Expected indent of 4 spaces. sqlfluff(LT02) [Ln 83, Col 1]
Relevant screenshot
Expected behaviour
Since we can now use the rule name in our
noqa
comments to disable rules (e.g.noqa: disable=layout.indent
), it would be much easier to show the rule name in theProblems
tab as well.Example of how the Problems output could look like:
Expected indent of 4 spaces. sqlfluff(LT02: layout.indent) [Ln 83, Col 1]
Are you willing to open a PR to help address this issue?
Yes, but I'd probably need assistance
The text was updated successfully, but these errors were encountered: