- 1. selene
- 2. Motivation
- 3. Luacheck Comparison
- 4. Command Line Interface
- 4.1. Installation
- 4.2. CLI Usage
- 5. Usage
- 5.1. Configuration
- 5.2. Filtering
- 5.3. Standard Library Format
- 6. Roblox Guide
- 7. Contributing
- 8. Lints
- 8.1. almost_swapped
- 8.2. constant_table_comparison
- 8.3. deprecated
- 8.4. divide_by_zero
- 8.5. duplicate_keys
- 8.6. empty_if
- 8.7. empty_loop
- 8.8. global_usage
- 8.9. high_cyclomatic_complexity
- 8.10. if_same_then_else
- 8.11. ifs_same_cond
- 8.12. incorrect_standard_library_use
- 8.13. manual_table_clone
- 8.14. mismatched_arg_count
- 8.15. mixed_table
- 8.16. multiple_statements
- 8.17. must_use
- 8.18. parenthese_conditions
- 8.19. roblox_incorrect_color3_new_bounds
- 8.20. roblox_incorrect_roact_usage
- 8.21. roblox_suspicious_udim2_new
- 8.22. shadowing
- 8.23. suspicious_reverse_loop
- 8.24. type_check_inside_call
- 8.25. unbalanced_assignments
- 8.26. undefined_variable
- 8.27. unscoped_variables
- 8.28. unused_variable
- 9. Archive
- 9.1. TOML Standard Library Format