Skip to content

0.3.2

Compare
Choose a tag to compare
@fabriciocolombo fabriciocolombo released this 03 Dec 17:55
· 75 commits to master since this release

Compatible with SonarQube 4.5.x and SonarQube 5.1.2

  • Make the source code compliance with sonar guideline. Issue #2
  • New Rule: Pointer Name should comply with a naming convention
  • New Rule: Unit Name should comply with a naming convention
  • New Rule: Method Name should comply with a naming convention
  • New Rule: Field Name should comply with a naming convention
  • New Rule: Empty Finally Block can be deleted
  • New Rule: Methods should not be too complex.
  • Increased Too Long Method Rule limit up to 100 lines.
  • Bugfix: Field Name Rule fail with java.lang.StringIndexOutOfBoundsException for single character name. Fixed in #7. Thanks to @qgppl
  • Rule keys were normalized (no more white spaces in keys).
  • Other minor changes

Update Note
I noticed that the Delphi Quality Profiles was not automatically updated, then, for now, go to Quality Profiles and click in the option Restore Built-in Profiles. The profile should has 43 rules after restored.