Removed golangcilint cuz it crashed a bunch

This commit is contained in:
2025-05-22 19:19:04 +03:00
parent 8ed23a3296
commit 620ddd9d02

View File

@@ -6,7 +6,7 @@ return {
lint.linters_by_ft = {
-- c = { 'clangtidy' },
-- cpp = { 'clangtidy' },
go = { 'golangcilint' },
-- go = { 'golangcilint' },
-- python = { 'flake8' },
-- json = { 'jsonlint' },
bash = { 'shellcheck' },