removed check.yml comment about -a

This commit is contained in:
Mikayla Fischler
2023-05-05 14:11:15 -04:00
parent 0e1f23efe8
commit d3249da102

View File

@ -22,7 +22,6 @@ jobs:
uses: lunarmodules/luacheck@v1.1.0 uses: lunarmodules/luacheck@v1.1.0
with: with:
# Argument Explanations # Argument Explanations
# -a = Disable warning for unused arguments
# -i 121 = Setting a read-only global variable # -i 121 = Setting a read-only global variable
# 512 = Loop can be executed at most once # 512 = Loop can be executed at most once
# 542 = An empty if branch # 542 = An empty if branch