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
I cannot enclose dateColumn in ticks in several instances. It's a SQL column and it shows up in query results. The SQL would not be formed correctly in sample SQL code and the results would not look correct. Can we add this to the word list? I can use the rule at the top of every SQL-based query editor doc, but it would be easier to just have dateColumn in the word list.
It's a SQL column and it shows up in query results.
I believe query results would be semantically enclosed in code blocks which are also not spell checked.
The SQL would not be formed correctly in sample SQL code and the results would not look correct.
If the use of dateColumn is already inside a code block or inline code, then you wouldn't need extra backticks, because it already wouldn't be spell checked because the linter knows that it's "code".
Can we add this to the word list?
dateColumn isn't a word, it's a macro name which is code
dateColumn is frequently used with macros, and I feel it should be added to vale.
See issue grafana/grafana#99908. Hung up multiple times due to dateColumn
The text was updated successfully, but these errors were encountered: