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

Add configuration to disable linting #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add configuration to disable linting #119

wants to merge 1 commit into from

Conversation

hos
Copy link

@hos hos commented May 16, 2024

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.

This will allow to use syntax highlighting, without linting.
@rshedzer
Copy link

Looking forward to this being merged

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

Successfully merging this pull request may close these issues.

2 participants