From 73b2a8843793cd25a6311b5b649fcd2afc26dcaf Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 27 Apr 2026 23:33:07 +0200 Subject: [PATCH] alphabetize luacheck config --- .luacheckrc | 115 ++++++++++++++++++++++++++-------------------------- 1 file changed, 57 insertions(+), 58 deletions(-) diff --git a/.luacheckrc b/.luacheckrc index 727ce76..088b512 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -2,79 +2,78 @@ -- Configuration for luacheck globals = { - "Focus", - "Day", - "Timer", - "Glitch", - "Trigger", - "Discussion", - "Util", - "Decision", - "Screen", - "Sprite", - "UI", - "Print", - "Input", - "Audio", "AsciiArt", "Ascension", + "Audio", + "AudioTestWindow", + "BriefIntroWindow", + "CodeGenerator", "Config", "Context", - "Meter", - "Minigame", - "Window", "ContinuedWindow", - "CreditsWindow", - "TTGIntroWindow", - "BriefIntroWindow", - "TitleIntroWindow", - "MenuWindow", - "GameWindow", - "PopupWindow", "ControlsWindow", - "AudioTestWindow", - "MinigameButtonMashWindow", - "MinigameRhythmWindow", - "MinigameDDRWindow", - "MysteriousManScreen", + "CreditsWindow", + "Day", + "Decision", + "Discussion", "DiscussionWindow", "EndWindow", - "PlayerNameWindow", - "TextInput", - "CodeGenerator", - "CreditsWindow", + "Focus", "GameOverWindow", - "mset", - "mget", + "GameWindow", + "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", + "circb", + "circ", + "cls", + "exit", + "frame_from_beat", + "index_menu", "keyp", + "line", + "map", + "mouse", + "mget", + "mset", "music", - "sfx", - "spr", + "musicator_generate_pattern", + "pix", + "print", "rect", "rectb", - "circ", - "circb", - "cls", - "tri", - "pix", - "line", - "Songs", - "frame_from_beat", - "beats_to_pattern", - "MapBedroom", - "TIC", - "exit", - "trace", - "index_menu", - "Map", - "map", + "sfx", + "spr", "time", - "RLE", - "mouse", - "Mouse", - "print", - "musicator_generate_pattern", + "trace", + "tri", }