Remove buf linter
This commit is contained in:
parent
d7c8c37028
commit
ede97c4a12
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ return {
|
||||||
-- markdown = { 'markdownlint' },
|
-- markdown = { 'markdownlint' },
|
||||||
sql = { 'sqlfluff' },
|
sql = { 'sqlfluff' },
|
||||||
go = { 'golangcilint' },
|
go = { 'golangcilint' },
|
||||||
proto = { 'buf_lint' },
|
-- proto = { 'buf_lint' }, -- Крашит
|
||||||
}
|
}
|
||||||
|
|
||||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue