diff --git a/init.lua b/init.lua index 6daf8cb..423c15c 100644 --- a/init.lua +++ b/init.lua @@ -281,6 +281,7 @@ local clippy_format = "%E%f:%l:%c: %\\d%#:%\\d%# %.%\\{-}" -- clippy -- lint.linters.clippy = { + name = "clippy", cmd = "cargo clippy", stdin = false, append_fname = true, @@ -295,8 +296,7 @@ lint.linters.clippy = { lint.linters.sqlfluff.args = { "lint", "--format=json", - -- note: users will have to replace the --dialect argument accordingly - "--dialect=sqlite", + "--dialect=postgres", "-", }