Skip to content

Releases: darkiyy/sonar-gdscript

Improving ANTLR-4 implementation

30 May 07:28

Choose a tag to compare

Pre-release

Improving ANTLR-4 implementation

v0.11.0-alpha: Merge pull request #3 from darkiyy/dev

13 May 14:55
135073f

Choose a tag to compare

Changed the way the files are parsed. Now only once and not everytime for each rule.
Added Rules:

  • ClassNamePascalCase
  • FileNameSnakeCase
  • MethodSnakeCase

SonarQube GDScript plugin version 0.10.1

25 Apr 22:03

Choose a tag to compare

Fixed the ANTLR4 implementation and adjusted the rules. Also slightly adjusted the grammar.

GDScript plugin version 0.9

24 Apr 17:18
706375f

Choose a tag to compare

Pre-release

It's an Alpha, so there are many things that don't work. Be careful with the results.