forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shellcheck.properties
32 lines (27 loc) · 1.64 KB
/
shellcheck.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
category=Languages
description=Enables scanning of shell scripts
homepageUrl=https://github.com/sbaudoin/sonar-shellcheck
archivedVersions=2.2.0,2.2.1,2.3.0
publicVersions=2.4.0
defaults.mavenGroupId=com.github.sbaudoin
defaults.mavenArtifactId=sonar-shellcheck-plugin
2.4.0.description=Fixes issues (including a security issue), brings 75 new rules, now highlights Shell code even if the plugin has been disabled
2.4.0.sqVersions=[7.9,LATEST]
2.4.0.date=2020-11-24
2.4.0.changelogUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/tag/v2.4.0
2.4.0.downloadUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.4.0/sonar-shellcheck-plugin-2.4.0.jar
2.3.0.description=First release compatible with SonarQube 8.0
2.3.0.sqVersions=[7.9,8.5.*]
2.3.0.date=2019-11-26
2.3.0.changelogUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/tag/v2.3.0
2.3.0.downloadUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.3.0/sonar-shellcheck-plugin-2.3.0.jar
2.2.1.description=Fixes an issue that could prevent the plugin from being installed in some SonarQube environments running MySQL
2.2.1.sqVersions=[7.9,7.9.*]
2.2.1.date=2019-10-21
2.2.1.changelogUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/tag/v2.2.1
2.2.1.downloadUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.2.1/sonar-shellcheck-plugin-2.2.1.jar
2.2.0.description=Supports 13 new rules and one fix
2.2.0.sqVersions=7.9
2.2.0.date=2019-10-15
2.2.0.changelogUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/tag/v2.2.0
2.2.0.downloadUrl=https://github.com/sbaudoin/sonar-shellcheck/releases/download/v2.2.0/sonar-shellcheck-plugin-2.2.0.jar