mirror of
https://github.com/github/codeql.git
synced 2026-02-20 00:43:44 +01:00
Fix qhelp & ql-for-ql errors
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user