godot/modules/gdscript/tests/scripts/analyzer
George Marques f9048fcd7d
GDScript: Warn when enum variable has no default
The default will always be set to `0`, so if it's not a valid value in
the enum, the warning is shown.
2024-04-16 11:46:59 -03:00
..
errors Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning 2024-04-09 22:24:55 +02:00
features GDScript: Allow casting enum to int 2024-04-12 11:49:21 -03:00
warnings GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00