mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Reorganize and clean up plugin
This commit is contained in:
@@ -14,13 +14,5 @@ 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
|
||||
popd
|
||||
|
||||
pushd rojo-plugin-http
|
||||
luacheck src
|
||||
popd
|
||||
|
||||
pushd rojo-plugin-log
|
||||
luacheck src
|
||||
luacheck src log http
|
||||
popd
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -ev
|
||||
|
||||
cargo test --all --locked --verbose
|
||||
cargo fmt -- --check
|
||||
cargo clippy
|
||||
Reference in New Issue
Block a user