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 8167e83 commit 852e987Copy full SHA for 852e987
python/ql/src/Diagnostics/ExtractionWarnings.ql
@@ -26,7 +26,7 @@ int getWarningSeverity() { result = 1 }
26
// is such that the analysis might be incomplete but the results that were generated are
27
// probably valid.
28
//
29
-// so SyntaxErrors are reported at the warning level, since analysis might be incomplete
+// So SyntaxErrors are reported at the warning level, since analysis might be incomplete
30
// but the results that were generated are probably valid.
31
from SyntaxError error, File file
32
where
0 commit comments