Remove clangtidy from the linter array

This commit is contained in:
2026-01-25 11:19:36 +01:00
parent 6e536d760b
commit 512b622acc

View File

@@ -7,8 +7,6 @@ return { {
opts = {
---@type table<string, string[]>
linters_by_ft = {
c = { 'clangtidy' },
cpp = { 'clangtidy' },
sh = { 'shellcheck' },
glsl = { 'glslang' },
},