mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
format
This commit is contained in:
@@ -11,4 +11,8 @@ query predicate potentiallyUnsafeSqlExecutingMethodCall(PotentiallyUnsafeSqlExec
|
||||
any()
|
||||
}
|
||||
|
||||
query predicate activeRecordModelInstantiations(ActiveRecordModelInstantiation i, ActiveRecordModelClass cls) { i.getClass() = cls }
|
||||
query predicate activeRecordModelInstantiations(
|
||||
ActiveRecordModelInstantiation i, ActiveRecordModelClass cls
|
||||
) {
|
||||
i.getClass() = cls
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user