mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
disable luacheck on offline script
This commit is contained in:
parent
c5fb299f55
commit
ec1b56b853
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -26,4 +26,4 @@ jobs:
|
|||||||
# --no-max-line-length = Disable warnings for long line lengths
|
# --no-max-line-length = Disable warnings for long line lengths
|
||||||
# --exclude-files ... = Exclude lockbox library (external) and config files
|
# --exclude-files ... = Exclude lockbox library (external) and config files
|
||||||
# --globals ... = Override all globals overridden in .vscode/settings.json AND 'os' since CraftOS 'os' differs from Lua's 'os'
|
# --globals ... = Override all globals overridden in .vscode/settings.json AND 'os' since CraftOS 'os' differs from Lua's 'os'
|
||||||
args: . --no-max-line-length -i 121 512 542 --exclude-files ./lockbox/* --globals os _HOST bit colors fs http keys parallel periphemu peripheral read rs settings shell term textutils window
|
args: . --no-max-line-length -i 121 512 542 --exclude-files ./lockbox/* ./build/_offline.lua --globals os _HOST bit colors fs http keys parallel periphemu peripheral read rs settings shell term textutils window
|
||||||
|
Loading…
Reference in New Issue
Block a user