Skip to content

Commit 16a90aa

Browse files
committed
autoformat
1 parent 6292cac commit 16a90aa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
2424
result =
2525
"There were significant issues scanning Java code. " +
2626
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
27-
+ "see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. " +
28-
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java " +
27+
+
28+
"see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. "
29+
+
30+
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java "
31+
+
2932
"using either the `autobuild` or `manual` [build modes](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#comparison-of-the-build-modes)."
3033
}
3134
}

0 commit comments

Comments
 (0)