mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Ruby: QL4QL fix
This commit is contained in:
@@ -188,8 +188,11 @@ module Filters {
|
||||
* with the same name is registered later one, overriding this one.
|
||||
*/
|
||||
predicate skipped(ActionControllerActionMethod action) {
|
||||
this = any(SkipFilter f).getSkippedFilter(action) or
|
||||
this.overridden()
|
||||
action = this.getAnAction() and
|
||||
(
|
||||
this = any(SkipFilter f).getSkippedFilter(action) or
|
||||
this.overridden()
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -239,7 +242,7 @@ module Filters {
|
||||
}
|
||||
|
||||
/**
|
||||
* Behaviour that is common to filters and `skip_*` calls.
|
||||
* Behavior that is common to filters and `skip_*` calls.
|
||||
* This is separated just because when we don't want `Filter` to include `skip_*` calls.
|
||||
*/
|
||||
private class FilterImpl extends StringlikeLiteralCfgNode {
|
||||
|
||||
Reference in New Issue
Block a user