Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Aphid
VuhDo
Commits
47481b87
Commit
47481b87
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Add saved variables to luacheck globals
parent
f1c9180e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
.luacheckrc
.luacheckrc
+29
-1
No files found.
.luacheckrc
View file @
47481b87
...
...
@@ -9,7 +9,8 @@ only = {
"1", -- globals
}
ignore = {
"11/SLASH_.*", -- slash handlers
"11/SLASH_.*", -- Setting an undefined (Slash handler) global variable
"11./BINDING_.*", -- Setting an undefined (Keybinding header) global variable
"1/[A-Z][A-Z][A-Z0-9_]+", -- three letter+ constants
}
globals = {
...
...
@@ -20,6 +21,33 @@ globals = {
"LibStub",
-- VuhDo
"VUHDO_CONFIG",
"VUHDO_PANEL_SETUP",
"VUHDO_SPELL_ASSIGNMENTS",
"VUHDO_HOSTILE_SPELL_ASSIGNMENTS",
"VUHDO_MM_SETTINGS",
"VUHDO_PLAYER_TARGETS",
"VUHDO_MAINTANK_NAMES",
"VUHDO_BUFF_SETTINGS",
"VUHDO_POWER_TYPE_COLORS",
"VUHDO_SPELLS_KEYBOARD",
"VUHDO_SPELL_CONFIG",
"VUHDO_BUFF_ORDER",
"VUHDO_SPEC_LAYOUTS",
"VUHDO_GROUP_SIZE",
"VUHDO_RAID",
"VUHDO_INDICATOR_CONFIG",
"VUHDO_DEFAULT_LAYOUT",
"VUHDO_DEFAULT_PROFILE",
"VUHDO_PROFILES",
"VUHDO_MANUAL_ROLES",
"VUHDO_SPELL_LAYOUTS",
"VUHDO_USER_CLASS_COLORS",
"VUHDO_DEBUFF_BLACKLIST",
"VUHDO_BOUQUETS",
"VUHDO_COMBAT_LOG_TRACE",
"VUHDO_GLOBAL_CONFIG",
"VUHDO_DEBUG",
-- Third Party Addons/Libs
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment