Skip to content

el-falso/gdlinter

Repository files navigation

GDLinter is an addon for Godot Engine that runs gdlint on save to automatically lint your GDScript as you code.

‼️ Prerequisites

  1. Make sure you have gdtoolkit installed

📦 Installation

  1. Download Latest Release
  2. Unpack the addons/gdLinter folder into your /addons folder within the Godot project
  3. Enable this addon within the Godot settings: Project > Project Settings > Plugins

🙏 Special thanks

  • @Scony (for creating gdlint)