From 32361a1245d1584ae074702aa645bc20e353f787 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 4 Jul 2019 05:30:16 +0200 Subject: Improve luacheck setup [skip appveyor] - Move .luacheckrc to root, add read_globals=vim - Simplify lualint target, run it on all lua files - Lint preload.lua, but ignore W211 - Remove testlint target, included in lualint (and lint) - Clean up .luacheckrc --- ci/run_lint.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ci') diff --git a/ci/run_lint.sh b/ci/run_lint.sh index ae9adb7c87..54e76e10da 100755 --- a/ci/run_lint.sh +++ b/ci/run_lint.sh @@ -14,12 +14,6 @@ run_test 'make clint-full' clint exit_suite --continue -enter_suite 'testlint' - -run_test 'make testlint' testlint - -exit_suite --continue - enter_suite 'lualint' run_test 'make lualint' lualint -- cgit