
F
Publisher
falli
gdLinter
Tools
Linting GDScript Development Addon GDLint Code Syntax Automation
GDLinter is an addon for Godot Engine that runs gdlint on save to automatically lint your GDScript as you code. NOTE: This plugin only runs if "gdlint" is installed. Instructions available at https://github.com/Scony/godot-gdscript-toolkit
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
GDLinter is an addon for Godot Engine that runs gdlint
on save to automatically lint your GDScript as you code.
‼️ Prerequisites
- Make sure you have gdtoolkit installed
📦 Installation
- 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
🙏 Special thanks
- @Scony (for creating
gdlint
)