Robot framework rflint support (#3715)

* Create rflint.vim

support for robot framework by creating ale definition for rflint syntax linter

* robot framework - rflint support
This commit is contained in:
Samuel Branisa
2021-09-11 02:19:17 +02:00
committed by GitHub
parent bf29f6ea92
commit 19437e25d0
7 changed files with 121 additions and 0 deletions

16
doc/ale-robot.txt Normal file
View File

@@ -0,0 +1,16 @@
===============================================================================
ALE Robot Integration *ale-robot-options*
===============================================================================
rflint *ale-robot-rflint*
g:ale_robot_rflint_executable *g:ale_robot_rflint_executable*
*b:ale_robot_rflint_executable*
Type: |String|
Default: `'rflint'`
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: