Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 347 Bytes

GodotCodeQuality

[WIP-EXPERIMENTAL] script to test gd-script (Godot Engine) code quality

Will be in two part:

  • script for code quality testing
  • godot based software to provide UI

first step:

  • test minimum of docstring/comment

planned:

  • test variable name
  • test signal connection (naming, number of parameters...)
  • ensure GUT testing