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 ca6ea12 commit ad83c4cCopy full SHA for ad83c4c
README.md
@@ -84,6 +84,13 @@ example on the `InsertLeave` or `TextChanged` events.
84
If you want to customize how the diagnostics are displayed, read `:help
85
vim.diagnostic.config`.
86
87
+## Security
88
+
89
+Some linters prioritize using an executable relative to the current working
90
+directory over the executable in `$PATH`. For example the `eslint` linter will
91
+use `./node_modules/.bin/eslint` if it exists. The executable is executed with
92
+your users permission. Because of that, you must _not_ call `try_lint()` in
93
+untrusted repositories.
94
95
## Available Linters
96
0 commit comments