forked from mpeterv/luacheck
-
Notifications
You must be signed in to change notification settings - Fork 55
Issues: lunarmodules/luacheck
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Milestones
Assignee
Sort
Issues list
Feature request: Support for <const> warnings in lua54 and lua54c
#116
opened Sep 12, 2024 by
asherber
Warn of mutated loop variables
enhancement
New feature or request
help wanted
Extra attention is needed
#109
opened Feb 23, 2024 by
Zash
[Question]: adding warning for blacklisted variable keyword
#103
opened Nov 7, 2023 by
ParsaNobahari
[Feature Request] add a warning for goto's that jump across local variable definitions
#98
opened Jun 27, 2023 by
dljsjr
Implement code annotations in GitHub Action runner
enhancement
New feature or request
#57
opened Mar 24, 2022 by
alerque
Add support for custom operators (like those in the Playdate SDK)?
help wanted
Extra attention is needed
#53
opened Mar 16, 2022 by
bedinotti
Add (optional) rule to check consistency of indentation?
enhancement
New feature or request
#50
opened Feb 25, 2022 by
alexdowad
Analyze unused or undefined table fields
enhancement
New feature or request
#39
opened Nov 23, 2021 by
arichard4
Flag locals that can moved to an inner scope and/or later
enhancement
New feature or request
#38
opened Nov 23, 2021 by
arichard4
Allow to enhance luacheck with custom checks
enhancement
New feature or request
#37
opened Nov 20, 2021 by
ligurio
allow_defined_top in default luacheckrc causes errors in .luacheckrc files
#21
opened Jul 29, 2021 by
idbrii
Check for whitespace around operators
enhancement
New feature or request
#19
opened Jul 11, 2021 by
AiyionPrime
ProTip!
Exclude everything labeled
bug
with -label:bug.