update
This commit is contained in:
parent
d1a430248a
commit
c779245033
3 changed files with 43 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ return {
|
|||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
}
|
||||
|
||||
local flake8 = lint.linters.flake8
|
||||
flake8.cmd = "flake8 --max-line-length 120"
|
||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||
-- instead set linters_by_ft like this:
|
||||
-- lint.linters_by_ft = lint.linters_by_ft or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue