Remove clangtidy from the linter array
This commit is contained in:
@@ -7,8 +7,6 @@ return { {
|
|||||||
opts = {
|
opts = {
|
||||||
---@type table<string, string[]>
|
---@type table<string, string[]>
|
||||||
linters_by_ft = {
|
linters_by_ft = {
|
||||||
c = { 'clangtidy' },
|
|
||||||
cpp = { 'clangtidy' },
|
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
glsl = { 'glslang' },
|
glsl = { 'glslang' },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user