Delete SQL linter
This commit is contained in:
parent
38a4cff57c
commit
7cd3bf9e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ return {
|
|||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
-- markdown = { 'markdownlint' },
|
||||
sql = { 'sqlfluff' },
|
||||
-- sql = { 'sqlfluff' },
|
||||
-- go = { 'golangcilint' },
|
||||
-- proto = { 'buf_lint' }, -- Крашит
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue