gdlint
Runs GDScript lint checks on a specified file or all project files, returning detected code issues and style problems.
Instructions
运行 gdlint 检查 GDScript 文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | 检查项目中所有 .gd 文件 | |
| file | Yes | 要检查的 GDScript 文件路径(必须是绝对路径) | |
| project | Yes | Godot 项目根目录路径(必须是绝对路径) |