at last, got c lang lint to work, muted cppcheck 'cuz unnecessary

This commit is contained in:
Jimmy Bates 2024-04-25 22:30:45 -07:00
parent 7120876518
commit 4d99da2c23
4 changed files with 5 additions and 3 deletions

View file

@ -7,8 +7,8 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'ruff' },
cpp = { 'cppcheck' },
c = { 'cppcheck' },
-- cpp = { 'cppcheck' },
-- c = { 'cppcheck' },
javascript = { 'eslint' },
css = { 'stylelint' },
html = { 'tidy' },