Feat: activate diagnostic for Ansible and Yaml
This commit is contained in:
parent
8850ed0668
commit
3617161e87
@ -14,6 +14,8 @@ null_ls.setup {
|
|||||||
formatting.prettier.with { extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } },
|
formatting.prettier.with { extra_args = { "--no-semi", "--single-quote", "--jsx-single-quote" } },
|
||||||
formatting.black.with { extra_args = { "--fast" } },
|
formatting.black.with { extra_args = { "--fast" } },
|
||||||
diagnostics.flake8,
|
diagnostics.flake8,
|
||||||
|
diagnostics.ansiblelint,
|
||||||
|
diagnostics.yamllint,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user