File tree Expand file tree Collapse file tree 3 files changed +0
-90
lines changed Expand file tree Collapse file tree 3 files changed +0
-90
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[ ![ Latest version] ( https://img.shields.io/jetbrains/plugin/v/pluginId?logo=jetbrains )] ( https://plugins.jetbrains.com/plugin/pluginId )
2
2
[ ![ Build] ( https://img.shields.io/github/actions/workflow/status/xdev-software/template-placeholder/check-build.yml?branch=develop )] ( https://github.com/xdev-software/template-placeholder/actions/workflows/check-build.yml?query=branch%3Adevelop )
3
- [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=xdev-software_template-placeholder&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=xdev-software_template-placeholder )
4
3
[ ![ Feel free to leave a rating] ( https://img.shields.io/jetbrains/plugin/r/rating/pluginId?style=social&logo=jetbrains&label=Feel%20free%20to%20leave%20a%20rating )] ( https://plugins.jetbrains.com/plugin/pluginId/reviews )
5
4
6
5
# <img alt =" Plugin icon " src =" ./src/main/resources/META-INF/pluginIcon.svg " height =" 30 " > template-placeholder
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ plugins {
4
4
id ' checkstyle'
5
5
id ' pmd'
6
6
id ' org.jetbrains.intellij.platform' version ' 2.3.0'
7
- id ' org.sonarqube' version ' 6.2.0.5505'
8
7
}
9
8
10
9
ext {
@@ -141,16 +140,6 @@ test {
141
140
useJUnitPlatform()
142
141
}
143
142
144
- sonar {
145
- properties {
146
- // Ignore sonar warnings globally
147
- property ' sonar.issue.ignore.multicriteria' , ' S1948'
148
- // Ignore serialization waring as it's only relevant for RMI which is not used
149
- property ' sonar.issue.ignore.multicriteria.S1948.ruleKey' , ' java:S1948'
150
- property ' sonar.issue.ignore.multicriteria.S1948.resourceKey' , ' **/*.java'
151
- }
152
- }
153
-
154
143
// Add resources directory because intellij test framework checks there for test resources (instead of build/resources)
155
144
sourceSets {
156
145
test. output. resourcesDir = " build/classes/java/resources"
You can’t perform that action at this time.
0 commit comments