We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6b2ac commit 78ca2c2Copy full SHA for 78ca2c2
lua/lint/linters/markdownlint-cli2.lua
@@ -1,6 +1,8 @@
1
-local efm = "%f:%l:%c %m,%f:%l %m"
+local efm = "stdin:%l:%c %m,stdin:%l %m"
2
return {
3
cmd = "markdownlint-cli2",
4
+ stdin = true,
5
+ args = { "-" },
6
ignore_exitcode = true,
7
stream = "stderr",
8
parser = require("lint.parser").from_errorformat(efm, {
0 commit comments