autoformat

This commit is contained in:
Chris Smowton
2024-06-25 16:05:33 +01:00
parent 6292cacd74
commit 16a90aa180

View File

@@ -24,8 +24,11 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
result =
"There were significant issues scanning Java code. " +
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
+ "see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. " +
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java " +
+
"see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. "
+
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java "
+
"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)."
}
}