We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Description
Changelog
Reviews

https://godotengine.org/download/ GitHub License GitHub Issues or Pull Requests GitHub Issues or Pull Requests

GDLinter

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

Table of Contents

Features

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
    my_game/
    ├── addons/
    │   └── gdLinter/
    │       ├── Settings/
    │       ├── UI/
    │       ├── plugin.cfg
    │       └── ...
    ├── project.godot
    └── ...
    

Special thanks

  • @Scony (for creating gdlint)

Changelog for version v2.1.0

No changelog provided for this version.

Reviews (0)

GDLinter has no reviews yet.

Login to write a review.