From 21d4acebc3980e2c309657b5c6a9929d7b5bdc1b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 2 Oct 2019 10:42:10 -0700 Subject: [PATCH] Move .luacheckrc for better editor detection --- plugin/.luacheckrc => .luacheckrc | 0 bin/run-plugin-tests.sh | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename plugin/.luacheckrc => .luacheckrc (100%) diff --git a/plugin/.luacheckrc b/.luacheckrc similarity index 100% rename from plugin/.luacheckrc rename to .luacheckrc diff --git a/bin/run-plugin-tests.sh b/bin/run-plugin-tests.sh index 4f99bd10..1da9bb47 100755 --- a/bin/run-plugin-tests.sh +++ b/bin/run-plugin-tests.sh @@ -13,6 +13,4 @@ remodel bin/put-plugin-in-test-place.lua "$PLUGIN_FILE" "$PLACE_FILE" run-in-roblox -s plugin/testBootstrap.server.lua "$PLACE_FILE" -pushd plugin -luacheck src log http -popd \ No newline at end of file +luacheck plugin/src plugin/log plugin/http \ No newline at end of file