mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
c987d14d8d
* added shields.io elements * #209 luacheck action * #209 cleanup to pass luacheck * added check statuses to readme
23 lines
377 B
JSON
23 lines
377 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
"term",
|
|
"fs",
|
|
"peripheral",
|
|
"rs",
|
|
"bit",
|
|
"parallel",
|
|
"colors",
|
|
"textutils",
|
|
"shell",
|
|
"settings",
|
|
"window",
|
|
"read",
|
|
"periphemu",
|
|
"_HOST",
|
|
"http"
|
|
],
|
|
"Lua.diagnostics.disable": [
|
|
"duplicate-set-field"
|
|
]
|
|
}
|