mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
disable vale by default while we work out how to get it working everywhere in a non-disruptive way
This commit is contained in:
parent
d492b34411
commit
7eaedc14ca
1 changed files with 8 additions and 8 deletions
|
@ -8,14 +8,14 @@ null_ls.setup({
|
|||
-- linting for Dockerfile best practices
|
||||
null_ls.builtins.diagnostics.hadolint,
|
||||
-- markdown linting for actual language
|
||||
null_ls.builtins.diagnostics.vale.with {
|
||||
filetypes = {
|
||||
'asciidoc',
|
||||
'markdown',
|
||||
'tex',
|
||||
'text',
|
||||
},
|
||||
},
|
||||
-- null_ls.builtins.diagnostics.vale.with {
|
||||
-- filetypes = {
|
||||
-- 'asciidoc',
|
||||
-- 'markdown',
|
||||
-- 'tex',
|
||||
-- 'text',
|
||||
-- },
|
||||
--},
|
||||
-- this should lint github actions
|
||||
null_ls.builtins.diagnostics.actionlint
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue