diff options
author | Daniel Hahler <git@thequod.de> | 2019-07-04 15:21:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 15:21:44 +0200 |
commit | 5835398152b3584b381dcce751b4a53ae634c4d2 (patch) | |
tree | 327ce2688321a814e8df96fdcce26a5fe72cfaca /ci | |
parent | f668f0afb24782aab36c8538f78823598c1f11e3 (diff) | |
parent | 32361a1245d1584ae074702aa645bc20e353f787 (diff) | |
download | rneovim-5835398152b3584b381dcce751b4a53ae634c4d2.tar.gz rneovim-5835398152b3584b381dcce751b4a53ae634c4d2.tar.bz2 rneovim-5835398152b3584b381dcce751b4a53ae634c4d2.zip |
Merge pull request #10414 from blueyed/luacheck
Improve luacheck integration, fix more issues.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_lint.sh | 6 |
1 files changed, 0 insertions, 6 deletions
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 |