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