GDLinter is an addon for Godot Engine that runs gdlint
on save to automatically lint your GDScript as you code.
- Make sure you have gdtoolkit installed
- Download Latest Release
- Unpack the
addons/gdLinter
folder into your/addons
folder within the Godot project - Enable this addon within the Godot settings:
Project > Project Settings > Plugins
- @Scony (for creating
gdlint
)