mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-25 17:58:42 +08:00
Add Yara yls support (#4886)
This adds Yara support to ALE using Avast's language server for Yara: https://avast.github.io/yls/ A ".git" folder is used to determine the project_root so this means the Yara rules must be in a git repo for the integration to work. The server only have 1 optional argument (-v, --verbose). Since this is the case, no additional configuration options are available. --------- Co-authored-by: w0rp <w0rp@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
===============================================================================
|
||||
ALE Yara Integration *ale-yara-options*
|
||||
*ale-integration-yara*
|
||||
|
||||
===============================================================================
|
||||
Integration Information
|
||||
|
||||
Currently, the only supported linter for yara is yls.
|
||||
|
||||
|
||||
===============================================================================
|
||||
yls *ale-yara-yls*
|
||||
|
||||
g:ale_yara_yls_executable *g:ale_yara_yls_executable*
|
||||
*b:ale_yara_yls_executable*
|
||||
Type: |String|
|
||||
Default: `'yls'`
|
||||
|
||||
This variable can be modified to change the executable path for `yls`.
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
Reference in New Issue
Block a user