-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathcommunitydelphi.properties
130 lines (111 loc) · 7.52 KB
/
communitydelphi.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
category=Languages
description=Code Analyzer for Delphi
homepageUrl=https://github.com/integrated-application-development/sonar-delphi
archivedVersions=1.0.0,1.1.0,1.2.0,1.3.0,1.4.0,1.5.0,1.6.0,1.7.0,1.8.0,1.9.0,1.10.0,1.11.0,1.12.0,1.12.1,1.12.2,1.13.0,1.14.0
publicVersions=1.14.1
defaults.mavenGroupId=au.com.integradev.delphi
defaults.mavenArtifactId=sonar-delphi-plugin
1.14.1.description=Bug fixes
1.14.1.sqs=[10.8,LATEST]
1.14.1.sqcb=[24.12,LATEST]
1.14.1.sqVersions=[9.9,10.7]
1.14.1.date=2025-03-05
1.14.1.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.14.1
1.14.1.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.14.1/sonar-delphi-plugin-1.14.1.jar
1.14.0.description=2 new rules, improvements to MixedNames, parsing fixes, bug fixes
1.14.0.sqs=[10.8,2025.1.*]
1.14.0.sqcb=[24.12,25.3.*]
1.14.0.sqVersions=[9.9,10.7]
1.14.0.date=2025-03-03
1.14.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.14.0
1.14.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.14.0/sonar-delphi-plugin-1.14.0.jar
1.13.0.description=Improvements to EmptyBlock and EmptyRoutine, analyzer search path improvements, bug fixes
1.13.0.sqs=[10.8,2025.1.*]
1.13.0.sqcb=[24.12,25.2.*]
1.13.0.sqVersions=[9.9,10.7]
1.13.0.date=2025-02-04
1.13.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.13.0
1.13.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.13.0/sonar-delphi-plugin-1.13.0.jar
1.12.2.description=Bug fixes
1.12.2.sqs=[10.8,2025.1.*]
1.12.2.sqcb=[24.12,25.2.*]
1.12.2.sqVersions=[9.9,10.7]
1.12.2.date=2025-01-06
1.12.2.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.12.2
1.12.2.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.12.2/sonar-delphi-plugin-1.12.2.jar
1.12.1.description=Improvements to PlatformDependentTruncation, bug fixes
1.12.1.sqs=[10.8,10.8.*]
1.12.1.sqcb=[24.12,24.12.*]
1.12.1.sqVersions=[9.9,10.7]
1.12.1.date=2024-12-06
1.12.1.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.12.1
1.12.1.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.12.1/sonar-delphi-plugin-1.12.1.jar
1.12.0.description=Improvements to intrinsics, parsing improvements, bug fixes
1.12.0.sqs=[10.8,10.8.*]
1.12.0.sqcb=[24.12,24.12.*]
1.12.0.sqVersions=[9.9,10.7]
1.12.0.date=2024-12-02
1.12.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.12.0
1.12.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.12.0/sonar-delphi-plugin-1.12.0.jar
1.11.0.description=1 new rule, improvements to procedural type handling, bug fixes
1.11.0.sqs=[10.8,10.8.*]
1.11.0.sqcb=[24.12,24.12.*]
1.11.0.sqVersions=[9.9,10.7]
1.11.0.date=2024-11-04
1.11.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.11.0
1.11.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.11.0/sonar-delphi-plugin-1.11.0.jar
1.10.0.description=1 new rule, improvements to RedundantParentheses, bug fixes
1.10.0.sqVersions=[9.9,10.7.*]
1.10.0.date=2024-10-01
1.10.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.10.0
1.10.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.10.0/sonar-delphi-plugin-1.10.0.jar
1.9.0.description=Improvements to VariableInitialization and RedundantParentheses, type inference improvements, parsing improvements, bug fixes
1.9.0.sqVersions=[9.9,10.6.*]
1.9.0.date=2024-09-03
1.9.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.9.0
1.9.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.9.0/sonar-delphi-plugin-1.9.0.jar
1.8.0.description=Improvements to property and inherited handling, library path support, bug fixes
1.8.0.sqVersions=[9.9,10.6.*]
1.8.0.date=2024-08-02
1.8.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.8.0
1.8.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.8.0/sonar-delphi-plugin-1.8.0.jar
1.7.0.description=1 new rule, improvements to compiler directives, QOL tweaks, bug fixes
1.7.0.sqVersions=[9.9,10.6.*]
1.7.0.date=2024-07-02
1.7.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.7.0
1.7.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.7.0/sonar-delphi-plugin-1.7.0.jar
1.6.0.description=Improvements to PointerName, parsing improvements, bug fixes
1.6.0.sqVersions=[9.9,10.6.*]
1.6.0.date=2024-05-31
1.6.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.6.0
1.6.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.6.0/sonar-delphi-plugin-1.6.0.jar
1.5.0.description=Parsing improvements, bug fixes
1.5.0.sqVersions=[9.9,10.5.*]
1.5.0.date=2024-05-02
1.5.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.5.0
1.5.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.5.0/sonar-delphi-plugin-1.5.0.jar
1.4.0.description=Full Delphi 12 support, attribute parsing improvements, performance improvements, bug fixes
1.4.0.sqVersions=[9.9,10.5.*]
1.4.0.date=2024-04-02
1.4.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.4.0
1.4.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.4.0/sonar-delphi-plugin-1.4.0.jar
1.3.0.description=Improved Delphi 12 support, parsing improvements, bug fixes
1.3.0.sqVersions=[9.9,10.4.*]
1.3.0.date=2024-03-01
1.3.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.3.0
1.3.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.3.0/sonar-delphi-plugin-1.3.0.jar
1.2.0.description=5 new rules, parsing improvements, improvements to intrinsics, support for on-demand plugin downloading, bug fixes
1.2.0.sqVersions=[9.9,10.4.*]
1.2.0.date=2024-02-02
1.2.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.2.0
1.2.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.2.0/sonar-delphi-plugin-1.2.0.jar
1.1.0.description=4 new rules, type resolution improvements, type comparison improvements, error reporting improvements, bug fixes
1.1.0.sqVersions=[9.9,10.3.*]
1.1.0.date=2024-01-02
1.1.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.1.0
1.1.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.1.0/sonar-delphi-plugin-1.1.0.jar
1.0.0.description=Initial Marketplace entry
1.0.0.sqVersions=[9.9,10.3.*]
1.0.0.date=2023-11-17
1.0.0.changelogUrl=https://github.com/integrated-application-development/sonar-delphi/releases/tag/v1.0.0
1.0.0.downloadUrl=https://github.com/integrated-application-development/sonar-delphi/releases/download/v1.0.0/sonar-delphi-plugin-1.0.0.jar