forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.properties
55 lines (47 loc) · 2.75 KB
/
go.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
category=Languages
description=Code Analyzer for Go
supportedBySonarSource=true
devVersion=
name=SonarGo
publicVersions=1.6
archivedVersions=0.1,0.2,1.0,1.1,1.1.1
privateVersions=
defaults.mavenGroupId=org.sonarsource.slang
defaults.mavenArtifactId=sonar-go-plugin
1.6.description=Add 6 new rules, improve existing rules, import golangci-lint issues reports and drop 8 rules.
1.6.sqVersions=[7.9,LATEST]
1.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.6.0.719.jar
1.6.date=2019-08-06
1.6.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=11732&version=14937
# Note that the mavenGroupId has changed when SonarGo was migrated to SLANG (see MMF-1670 and SonarGo 1.6). The previous mavenGroupId is used for SonarGo versions < 1.6.
# There is also a jump in version numbering because SLANG-based analyzers share a common version numbering.
1.1.1.description=Support subtests in test report, fix false positives, bugfix.
1.1.1.sqVersions=[6.7,7.9.1]
1.1.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.1.1.2000.jar
1.1.1.date=2019-05-31
1.1.1.changelogUrl=https://github.com/SonarSource/sonar-go/releases/tag/1.1.1.2000
1.1.1.mavenGroupId=org.sonarsource.go
1.1.description=Import GoVet, GoLint and GoMetaLinter issues reports. Import test reports.
1.1.sqVersions=[6.7,7.7]
1.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.1.0.1612.jar
1.1.date=2018-06-14
1.1.changelogUrl=https://github.com/SonarSource/sonar-go/milestone/2?closed=1
1.1.mavenGroupId=org.sonarsource.go
1.0.description=40 rules, cognitive complexity, coverage import, duplication detection
1.0.sqVersions=[6.7,7.1]
1.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-1.0.0.1404.jar
1.0.date=2018-05-01
1.0.changelogUrl=https://github.com/SonarSource/sonar-go/issues?q=is%3Aclosed+milestone%3A1.0
1.0.mavenGroupId=org.sonarsource.go
0.2.description=Update metadata, manifest, support sonar.go.file.suffixes
0.2.sqVersions=[6.7,7.0]
0.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-0.2.0.875.jar
0.2.date=2018-04-05
0.2.changelogUrl=https://github.com/SonarSource/sonar-go/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A0.2+is%3Aclosed+
0.2.mavenGroupId=org.sonarsource.go
0.1.description=Initial release with 16 rules, cognitive complexity, coverage import, duplication detection
0.1.sqVersions=[6.7,7.0]
0.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-go-plugin/sonar-go-plugin-0.1.0.842.jar
0.1.date=2018-04-04
0.1.changelogUrl=https://github.com/SonarSource/sonar-go/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A0.1+is%3Aclosed+
0.1.mavenGroupId=org.sonarsource.go