mirror of
https://github.com/TemujinCalidius/SurvivorCore.git
synced 2026-08-14 09:02:29 +00:00
Pin stylua, selene, and luau-lsp in rokit.toml so local dev and CI use the same versions, and add their configs (stylua.toml, selene.toml, .luaurc). Two behavior-preserving source touches make the existing scaffold pass: guard the optional iteration in Components.readAttributes (clears a luau-lsp type error) and normalize Gatherable.luau to StyLua's canonical form. Ignore the CI-fetched globalTypes.d.luau. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 lines
343 B
TOML
9 lines
343 B
TOML
# Toolchain pins (https://github.com/rojo-rbx/rokit). Run `rokit install`.
|
|
# CI installs this exact set; pin versions so local dev and CI stay identical.
|
|
[tools]
|
|
rojo = "rojo-rbx/rojo@7.6.1"
|
|
wally = "UpliftGames/wally@0.3.2"
|
|
stylua = "JohnnyMorganz/stylua@2.5.2"
|
|
selene = "Kampfkarren/selene@0.31.0"
|
|
luau-lsp = "JohnnyMorganz/luau-lsp@1.68.1"
|