/.luacheckrc (9b16a88194e199a3ba859cc528d4a0e80fe19879) (2228 bytes) (mode 100644) (type blob)

-- http://luacheck.readthedocs.io/en/stable/config.html
stds.wow = {
  globals = {}, -- these globals can be set and accessed.
  read_globals = {
    "ChatFrame1",
    "CreateFrame",
    "DEFAULT_CHAT_FRAME",
    "GameFontNormal",
    "GameMenuFrame",
    "GameTooltip",
    "GetBinding",
    "GetChatWindowInfo",
    "GetContainerItemID",
    "GetContainerItemInfo",
    "GetContainerNumSlots",
    "GetInventoryItemCooldown",
    "GetInventoryItemTexture",
    "GetInventorySlotInfo",
    "GetItemCooldown",
    "GetItemInfo", 
    "GetLocale",
    "GetLocale",
    "GetLootSlotInfo",
    "GetMacroInfo",
    "GetMoney",
    "GetNumBindings",
    "GetNumLootItems",
    "GetNumPartyMembers",
    "GetNumRaidMembers",
    "GetNumTalentTabs",
    "GetNumTalents",
    "GetPartyMember",
    "GetPrimaryTalentTree",
    "GetRealmName",
    "GetSpellCooldown",
    "GetSpellInfo",
    "GetSpellLink",
    "GetSpellName",
    "GetSpellTexture",
    "GetSubZoneText",
    "GetTalentInfo",
    "GetTime",
    "GetTime",
    "GetZoneText",
    "HideUIPanel",
    "IsSpellInRange",
    "LootSlotIsCoin",
    "LootSlotIsItem",
    "MainMenuBar",
    "MerchantFrame",
    "NUM_CHAT_WINDOWS",
    "NumberFont_OutlineThick_Mono_Small",
    "NumberFont_Outline_Large",
    "OpenAllBags",
    "PaladinPowerBar",
    "PaladinPowerBarBG",
    "QuestLogFrame",
    "SPELL_POWER_HOLY_POWER",
    "SendChatMessage",
    "SetCVar",
    "ShowUIPanel", 
    "StaticPopup_Show",
    "ToggleAchievementFrame",
    "ToggleCharacter",
    "ToggleFrame",
    "ToggleFriendsFrame",
    "ToggleHelpFrame",
    "ToggleLFDParentFrame",
    "TogglePVPFrame",
    "ToggleSpellBook",
    "ToggleTalentFrame",
    "UIParent",
    "UIParent",
    "UnitAffectingCombat",
    "UnitAura",
    "UnitAura",
    "UnitBuff",
    "UnitClass",
    "UnitFactionGroup",
    "UnitIsDead",
    "UnitIsEnemy",
    "UnitName",
    "UnitPlayerControlled",
    "UnitPower",
    "UnitSetRole",
    "date",
    "difftime",
    "geterrorhandler",
    "getglobal",
    "hooksecurefunc",
    "strtrim",
    "time",
  } -- these globals can only be accessed.
}

stds.clearcasting = {
  globals = {
    "ClearcastingDebugFlag",
  },
  read_globals = {
  }
}

std = "min+wow+clearcasting"


Mode Type Size Ref File
100644 blob 2228 9b16a88194e199a3ba859cc528d4a0e80fe19879 .luacheckrc
100644 blob 24790 89ea08fcc77fa59d8b41cd58a0f79bb96c112379 clearcasting.lua
100644 blob 206 f9e44cd8f77d5a6b66a36def31ba0b404f376f2d clearcasting.toc
100644 blob 469 a2ba6e60655abe1e6bed39113ee3cd957a902bc4 clearcasting.xml
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/wowaddons

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/wowaddons

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/wowaddons

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main