Update lint.lua
This commit is contained in:
parent
e947649cb0
commit
c458068870
|
@ -7,6 +7,9 @@ return {
|
||||||
local lint = require 'lint'
|
local lint = require 'lint'
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
markdown = { 'markdownlint' },
|
markdown = { 'markdownlint' },
|
||||||
|
python = { 'ruff_format' },
|
||||||
|
json = { "jsonlint" },
|
||||||
|
go = {'golangci-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…
Reference in New Issue