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 3a61ffe commit 9feb71cCopy full SHA for 9feb71c
sonar-project.properties
@@ -5,9 +5,12 @@ sonar.organization=ellaisys
5
sonar.projectName=aws-cognito
6
sonar.projectVersion=1.3.0
7
8
-
9
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
10
#sonar.sources=.
11
12
# Encoding of the source code. Default is default system encoding
13
sonar.sourceEncoding=UTF-8
+
14
+# Forces the analysis step to poll your SonarQube instance until the
15
+# Quality Gate status is available
16
+sonar.qualitygate.wait=true
0 commit comments