Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Jul 23, 2024
1 parent 9118500 commit 9a8b16e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ignore = {
'212/self', -- unused argument self
'212/event', -- unused argument event
'212/unit', -- unused argument unit
'212/setting', -- unused argument unit
'212/element', -- unused argument element
'312/event', -- unused value of argument event
'312/unit', -- unused value of argument unit
Expand All @@ -26,9 +27,11 @@ read_globals = {
string = {fields = {'join'}},

-- FrameXML objects
'ColorPickerFrame',
'MinimalSliderWithSteppersMixin',
'ScrollUtil',
'Settings',
'SettingsListElementMixin',
'SettingsPanel',

-- FrameXML functions
Expand All @@ -37,6 +40,7 @@ read_globals = {
'CreateScrollBoxListLinearView',
'CreateScrollBoxListGridView',
'DisplayTableInspectorWindow',
'GameTooltip_Hide',
'UIParentLoadAddOn',
'DevTools_Dump',
'GenerateClosure',
Expand Down

0 comments on commit 9a8b16e

Please sign in to comment.