This project will no longer be mantained.
This is a simple python script that will check your Godot project for mistakes you might have missed.
This script will warn you about:
- Variables that are not statically typed;
- Non-lowercase filenames
With Python installed, just put the file in your project directory and run it.
To run it on Windows and Linux, simply execute:
python godot_checker.py