inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

Add configuration to disable linting

Open hos opened this issue 1 year ago • 2 comments

This will allow to use syntax highlighting, without linting.

Linting don't work very well in all projects and for all queries. For example if there is multiple statements in the query, like DDL query

create table table_a (
 name text not null
);

create table table_b (
 not_name text not null
);

Or when you want to use database which has different database name than the username, (limited by sql-lint module).

But the highlighting is working well, so be able to use at least the syntax highlighting when linting is not working, may be very useful for some users.

hos avatar May 16 '24 09:05 hos

Looking forward to this being merged

rshedzer avatar May 31 '24 16:05 rshedzer

Has the whole project been abandoned?

jbeck111 avatar Jun 07 '25 10:06 jbeck111