Skip to content

Releases: SonarQubeCommunity/sonar-lua

Sonar Lua Plugin release 1.1

08 May 14:56
Compare
Choose a tag to compare
Pre-release

The followings have been included in this release:
TooManyLinesInFileCheck
LocalFunctionNameCheck
NestedTablesDepthCheck
NestedFunctionsDepthCheck
LocalFunctionComplexityCheck
MethodComplexityCheck
--Duplication
*FunctionCall is removed as a complexity
*TailCall is added to complexity

Sonar Lua Plugin-release-1.0

31 Oct 19:11
Compare
Choose a tag to compare

The followings have been included in this release:

The plugin is compatible with SonarQube 5.6.3+
The plugin supports Lua 5.1.
Updating some quality

INITIAL-VERSION of the Lua plugin

25 Oct 10:59
Compare
Choose a tag to compare
Pre-release

The followings have been included in this release:

  • The plugin is compatible with SonarQube 5.6.3+
  • The plugin supports Lua 5.1.
  • The next rules are provided to control the complexity and improve the quality of the code:
  1. XPathCheck.class,
    
  2. FunctionComplexityCheck.
    
  3. FunctionWithTooManyParametersCheck.
    
  4. TableComplexityCheck
    
  5.  NestedControlFlowDepthCheck
    
  6.  LineLengthCheck
    
  7.  FileComplexityCheck.
    
  8. TableWithTooManyFieldsCheck.
  9. FunctionCallComplexityCheck