Learn how to lint your app
Use rubocop-raylib lint your apps.
Checks for instances where resource initialization methods are called without their corresponding closing methods. Prevents potential memory leaks or undesired behaviors.
✏️ Suggest an edit to this page