-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Description
Lua linter from PR #354 (merged) will mostly be used to hint PR authors about potential mistakes & check off warnings before proceeding. But we also have some interesting results from the initial scan of our entire repository.
Tasks:
- Identify the most common false positive warning types (due to MTA's Lua stack) so we can add more ignore rules, even after the last one we added: 7c135ae - the below warning log file will be helpful for this
- Triage the warning log to identify and fix issues with official resources in mtasa-resources
Warning log: https://pastebin.mtasa.com/999998690 or see attached .txt file: LuaLinter_results.txt
To work from: Repository tree (version: 7c135ae) to keep this log relevant for a while
Any help with either points will be appreciated. Especially skimming through warnings on our existing scripts and checking if they identified real problems, is time-consuming. If you have any candidates to be added to the ignore list, please comment them.
For a list of warning ID's and types see luacheck/warnings.rst
sacr1ficez, Disinterpreter, stoneage-mta and TheNormalnij