Skip to content

INITIAL-VERSION of the Lua plugin

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fatiahmadi Fatiahmadi released this 25 Oct 10:59
· 244 commits to master since this 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