Skip to content

fix(lint): resolve all luacheck warnings across codebase#100

Merged
wrxck merged 1 commit intodevelopfrom
fix/lint-warnings
Feb 13, 2026
Merged

fix(lint): resolve all luacheck warnings across codebase#100
wrxck merged 1 commit intodevelopfrom
fix/lint-warnings

Conversation

@wrxck
Copy link
Owner

@wrxck wrxck commented Feb 13, 2026

Summary

  • Remove duplicate stub handler functions in router.lua (from PR fix(core): resolve multiple bugs across plugins and middleware #92 merge)
  • Remove undefined on_message_reaction_count reference
  • Replace unused variables (code, status, err) with _ in 18 plugins
  • Remove unused PERMANENT_PLUGINS variable from loader.lua
  • Fix global assignment _ in database.lua
  • Break long line in customcaptcha.lua

Brings luacheck from 45 warnings to 0. All 595 tests pass.

- Remove duplicate stub handler functions in router.lua
- Remove undefined on_message_reaction_count reference
- Replace unused variables (code, status, err) with _ in 18 plugins
- Remove unused PERMANENT_PLUGINS variable from loader.lua
- Fix global assignment _ in database.lua
- Break long line in customcaptcha.lua
@wrxck wrxck merged commit b940d6f into develop Feb 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant