Skip to content

Commit b9df1e5

Browse files
committed
Declare json global for luacheck
1 parent 8728eb0 commit b9df1e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.luacheckrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ globals = {
6060
-- Widgets
6161
"WG", "widgetHandler", "widget",
6262
-- Libs
63-
"LCS", "Path", "Table", "Log", "String", "Shaders", "Time", "Array", "StartScript",
63+
"LCS", "Path", "Table", "Log", "String", "Shaders", "Time", "Array", "StartScript", "json",
6464
-- SB speciifc
6565
"SB", "gfx",
6666

6767
-- SB view fields
6868
"UnitField", "FeatureField", "AreaField", "TriggerField", "UnitTypeField", "FeatureTypeField",
6969
"TeamField", "NumericField", "StringField", "BooleanField", "NumericComparisonField", "IdentityComparisonField",
7070
"PositionField"
71-
}
71+
}

0 commit comments

Comments
 (0)