diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-05-25 16:50:06 +0300 |
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-05-25 16:50:06 +0300 |
| commit | 58f6ef50a86b968b923dfcf5efffacb665fdfa44 (patch) | |
| tree | 3976e5c177ff9642deba6482121352c822897d5c /ci | |
| parent | 5b84c211824e0a7306bc975c88d4cd6138fe5b98 (diff) | |
| download | rneovim-58f6ef50a86b968b923dfcf5efffacb665fdfa44.tar.gz rneovim-58f6ef50a86b968b923dfcf5efffacb665fdfa44.tar.bz2 rneovim-58f6ef50a86b968b923dfcf5efffacb665fdfa44.zip | |
ci: Also lint lua code in src/nvim/lua
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/run_lint.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh index 73647dacaa..e7f6727448 100755 --- a/ci/run_lint.sh +++ b/ci/run_lint.sh @@ -20,6 +20,12 @@ run_test 'top_make testlint' testlint exit_suite --continue +enter_suite 'lualint' + +run_test 'top_make lualint' lualint + +exit_suite --continue + enter_suite single-includes CLICOLOR_FORCE=1 run_test_wd \ |