Releases: SonarQubeCommunity/sonar-lua
Releases · SonarQubeCommunity/sonar-lua
Sonar Lua Plugin release 1.1
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
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
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:
-
XPathCheck.class,
-
FunctionComplexityCheck.
-
FunctionWithTooManyParametersCheck.
-
TableComplexityCheck
-
NestedControlFlowDepthCheck
-
LineLengthCheck
-
FileComplexityCheck.
- TableWithTooManyFieldsCheck.
-
FunctionCallComplexityCheck