File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[ ![ Latest version] ( https://img.shields.io/jetbrains/plugin/v/pluginId?logo=jetbrains )] ( https://plugins.jetbrains.com/plugin/pluginId )
22[ ![ 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 )
43[ ![ 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 )
54
65# <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 {
44 id ' checkstyle'
55 id ' pmd'
66 id ' org.jetbrains.intellij.platform' version ' 2.3.0'
7- id ' org.sonarqube' version ' 6.2.0.5505'
87}
98
109ext {
@@ -141,16 +140,6 @@ test {
141140 useJUnitPlatform()
142141}
143142
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-
154143// Add resources directory because intellij test framework checks there for test resources (instead of build/resources)
155144sourceSets {
156145 test. output. resourcesDir = " build/classes/java/resources"
You can’t perform that action at this time.
0 commit comments