alphabetize luacheck config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
115
.luacheckrc
115
.luacheckrc
@@ -2,79 +2,78 @@
|
|||||||
-- Configuration for luacheck
|
-- Configuration for luacheck
|
||||||
|
|
||||||
globals = {
|
globals = {
|
||||||
"Focus",
|
|
||||||
"Day",
|
|
||||||
"Timer",
|
|
||||||
"Glitch",
|
|
||||||
"Trigger",
|
|
||||||
"Discussion",
|
|
||||||
"Util",
|
|
||||||
"Decision",
|
|
||||||
"Screen",
|
|
||||||
"Sprite",
|
|
||||||
"UI",
|
|
||||||
"Print",
|
|
||||||
"Input",
|
|
||||||
"Audio",
|
|
||||||
"AsciiArt",
|
"AsciiArt",
|
||||||
"Ascension",
|
"Ascension",
|
||||||
|
"Audio",
|
||||||
|
"AudioTestWindow",
|
||||||
|
"BriefIntroWindow",
|
||||||
|
"CodeGenerator",
|
||||||
"Config",
|
"Config",
|
||||||
"Context",
|
"Context",
|
||||||
"Meter",
|
|
||||||
"Minigame",
|
|
||||||
"Window",
|
|
||||||
"ContinuedWindow",
|
"ContinuedWindow",
|
||||||
"CreditsWindow",
|
|
||||||
"TTGIntroWindow",
|
|
||||||
"BriefIntroWindow",
|
|
||||||
"TitleIntroWindow",
|
|
||||||
"MenuWindow",
|
|
||||||
"GameWindow",
|
|
||||||
"PopupWindow",
|
|
||||||
"ControlsWindow",
|
"ControlsWindow",
|
||||||
"AudioTestWindow",
|
"CreditsWindow",
|
||||||
"MinigameButtonMashWindow",
|
"Day",
|
||||||
"MinigameRhythmWindow",
|
"Decision",
|
||||||
"MinigameDDRWindow",
|
"Discussion",
|
||||||
"MysteriousManScreen",
|
|
||||||
"DiscussionWindow",
|
"DiscussionWindow",
|
||||||
"EndWindow",
|
"EndWindow",
|
||||||
"PlayerNameWindow",
|
"Focus",
|
||||||
"TextInput",
|
|
||||||
"CodeGenerator",
|
|
||||||
"CreditsWindow",
|
|
||||||
"GameOverWindow",
|
"GameOverWindow",
|
||||||
"mset",
|
"GameWindow",
|
||||||
"mget",
|
"Glitch",
|
||||||
|
"Input",
|
||||||
|
"Map",
|
||||||
|
"MapBedroom",
|
||||||
|
"MenuWindow",
|
||||||
|
"Meter",
|
||||||
|
"Minigame",
|
||||||
|
"MinigameButtonMashWindow",
|
||||||
|
"MinigameDDRWindow",
|
||||||
|
"MinigameRhythmWindow",
|
||||||
|
"Mouse",
|
||||||
|
"MysteriousManScreen",
|
||||||
|
"PlayerNameWindow",
|
||||||
|
"PopupWindow",
|
||||||
|
"Print",
|
||||||
|
"RLE",
|
||||||
|
"Screen",
|
||||||
|
"Songs",
|
||||||
|
"Sprite",
|
||||||
|
"TIC",
|
||||||
|
"TTGIntroWindow",
|
||||||
|
"TextInput",
|
||||||
|
"Timer",
|
||||||
|
"TitleIntroWindow",
|
||||||
|
"Trigger",
|
||||||
|
"UI",
|
||||||
|
"Util",
|
||||||
|
"Window",
|
||||||
|
"beats_to_pattern",
|
||||||
"btnp",
|
"btnp",
|
||||||
|
"circb",
|
||||||
|
"circ",
|
||||||
|
"cls",
|
||||||
|
"exit",
|
||||||
|
"frame_from_beat",
|
||||||
|
"index_menu",
|
||||||
"keyp",
|
"keyp",
|
||||||
|
"line",
|
||||||
|
"map",
|
||||||
|
"mouse",
|
||||||
|
"mget",
|
||||||
|
"mset",
|
||||||
"music",
|
"music",
|
||||||
"sfx",
|
"musicator_generate_pattern",
|
||||||
"spr",
|
"pix",
|
||||||
|
"print",
|
||||||
"rect",
|
"rect",
|
||||||
"rectb",
|
"rectb",
|
||||||
"circ",
|
"sfx",
|
||||||
"circb",
|
"spr",
|
||||||
"cls",
|
|
||||||
"tri",
|
|
||||||
"pix",
|
|
||||||
"line",
|
|
||||||
"Songs",
|
|
||||||
"frame_from_beat",
|
|
||||||
"beats_to_pattern",
|
|
||||||
"MapBedroom",
|
|
||||||
"TIC",
|
|
||||||
"exit",
|
|
||||||
"trace",
|
|
||||||
"index_menu",
|
|
||||||
"Map",
|
|
||||||
"map",
|
|
||||||
"time",
|
"time",
|
||||||
"RLE",
|
"trace",
|
||||||
"mouse",
|
"tri",
|
||||||
"Mouse",
|
|
||||||
"print",
|
|
||||||
"musicator_generate_pattern",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user