Skip to content

Commit e5b7cc2

Browse files
committed
OPS: Suppress supposed Sonar issue
The warning is false; this notation is valid in Spring and has been working for years. It's a indirect JNDI lookup Signed-off-by: Sander Verbruggen <sander.verbruggen@alliander.com>
1 parent bff969c commit e5b7cc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sonar-project.properties

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Globally exclude some false Sonar warnings
2+
# Source: https://www.baeldung.com/sonar-exclude-violations#using-sonar-projectproperties
3+
4+
sonar.issue.ignore.multicriteria=gxf
5+
6+
# Rule: Correct this malformed property placeholder.
7+
# Target: @PropertySource(value = "file:${osgp/Global/config}")
8+
sonar.issue.ignore.multicriteria.gxf.ruleKey=java:S6857

0 commit comments

Comments
 (0)