Contents

Linter

Learn how to lint your app

Use rubocop-raylib lint your apps.

Cops

MemoryManagement/UnpairedResource

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