Skip to content

v1.0.0 - Initial version

Latest

Choose a tag to compare

@jmcordero74 jmcordero74 released this 02 Mar 15:46
· 2 commits to main since this release

πŸŽ‰ First version of the plugin

Community plugin for SonarQube that detects IBM COBOL extensions and verifies compliance with ANSI 85.

✨ Features

  • βœ… 71 rules for detecting IBM COBOL extensions
  • βœ… Duplicate Code Detection (CPD)
  • βœ… "COBOL Analyzer" quality profile
  • βœ… Compatible with SonarQube 9.9+
  • βœ… Support for Java 11+

πŸ“₯ Installation

  1. Download sonar-cobol-ibm-standards-plugin-1.0.0.jar
  2. Copy $SONARQUBE_HOME/extensions/plugins/
  3. Restart SonarQube
#Linux/Mac
cp sonar-cobol-ibm-standards-plugin-1.0.0.jar $SONARQUBE_HOME/extensions/plugins/
$SONARQUBE_HOME/bin/linux-x86-64/sonar.sh restart

# Windows
copy sonar-cobol-ibm-standards-plugin-1.0.0.jar %SONARQUBE_HOME%\extensions\plugins\