Reports GDScript signals that are never used in code or referenced from Godot scenes/resources, and suggests removing them.
Notes:
- Only user-defined signals declared with the
signal keyword are checked.
- Usages include connecting to or emitting the signal in code.
- References from .tscn/.tres files are taken into account.