We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840f7fe commit 22e3b06Copy full SHA for 22e3b06
sonar-project.properties
@@ -0,0 +1,13 @@
1
+# Required metadata
2
+sonar.projectKey=weblogic-kubernetes-operator
3
+sonar.projectName=WebLogic Kubernetes Operator
4
+sonar.projectVersion=2.0
5
+
6
+# Comma-separated paths to directories with sources (required)
7
+sonar.sources=operator/src
8
9
+# Language
10
+sonar.language=java
11
12
+# Encoding of the source files
13
+sonar.sourceEncoding=UTF-8
0 commit comments