Sonar Ps Plugin Save

Powershell language plugin for SonarQube

Project README

sonar-ps-plugin

Repository for Powershell language plugin for Sonar.

Description

Currently plug-in supports:

  • Reporting of issues found by PSScriptAnalyzer
  • Cyclomatic and cognitive complexity metrics (since version 0.3.0)
  • Reporting number of lines of code and comment lines metrics (since version 0.3.2)

Dev-Branch: Build Status - develop

Master-Branch: Build Status - master

Donating

You can support this project and others via Paypal

Support via PayPal

Usage

  1. Download and install SonarQube
  2. Download plugin from the releases and copy it to sonarqube's extensions\plugins directory
  3. Start SonarQube and enable rules
  4. Prepare build agent machines:

Configuration

Currently there is a possibility to override the following options either on server in the Administration tab or on the project configuration files:

  • sonar.ps.tokenizer.skip - if set to true - skips tokenizer, which might be time consuming, defaults to false
  • sonar.ps.file.suffixes - allows to specify which files should be detected as Powershell files, defaults to .ps1,.psm1,.psd1
  • sonar.ps.executable - allows to specify powershell executable, defaults to powershell.exe (since version 0.3.0)
  • sonar.ps.plugin.skip - if set to true - skips plugin in general, meaning that no sensors are run, defaults to false (since version 0.3.0)
  • sonar.ps.tokenizer.timeout - maximum number of seconds to wait for tokenizer results, defaults to 3600 (since version 0.4.0)
  • sonar.ps.external.rules.skip - list of repo:ruleId comma separated pairs to skip reporting of issues found by rules (since version 0.5.0)

Requirements

Different plugin versions supports the following:

  • 0.5.3 - Sonarqube version 8.9.2+ and PSScriptAnalyzer version 1.20+ rules, Java 17+
  • 0.5.1 - Sonarqube version 8.9.2+ and PSScriptAnalyzer version 1.20+ rules, Java 11+
  • 0.5.0 - Sonarqube version 6.7.7+ and PSScriptAnalyzer version 1.18.1 rules, Java 8
  • 0.3.0 - Sonarqube version 6.3+ and PSScriptAnalyzer version 1.17.1 rules, Java 8
  • 0.2.2 - Sonarqube 5.6+ version and PSScriptAnalyzer version 1.17.1 rules, Java 8
Open Source Agenda is not affiliated with "Sonar Ps Plugin" Project. README Source: gretard/sonar-ps-plugin
Stars
36
Open Issues
0
Last Commit
3 months ago

Open Source Agenda Badge

Open Source Agenda Rating