Fix qhelp & ql-for-ql errors

This commit is contained in:
Joe Farebrother
2022-08-31 15:24:29 +01:00
parent 414e0b20b3
commit eed2df0fb3
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ private predicate isDebugCheck(Expr ex) {
)
}
/** Configuration to find instances of `setWebContentDebuggingEnabled` called with `true` values. */
/** A configuration to find instances of `setWebContentDebuggingEnabled` called with `true` values. */
class WebviewDebugEnabledConfig extends DataFlow::Configuration {
WebviewDebugEnabledConfig() { this = "WebviewDebugEnabledConfig" }