From 58f6ef50a86b968b923dfcf5efffacb665fdfa44 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 25 May 2017 16:50:06 +0300 Subject: ci: Also lint lua code in src/nvim/lua --- ci/run_lint.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci') 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 \ -- cgit