We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5449bdc commit 925477eCopy full SHA for 925477e
1 file changed
swift/ql/lib/codeql/swift/regex/RegexTreeView.qll
@@ -1189,7 +1189,7 @@ private module Impl implements RegexTreeViewSig {
1189
* Holds if the regular expression should not be considered.
1190
*/
1191
predicate isExcluded(RegExpParent parent) {
1192
- none() //parent.(RegExpTerm).getRegExp().(Ast::RegExpLiteral).hasFreeSpacingFlag() // exclude free-spacing mode regexes
+ none()
1193
}
1194
1195
/**
0 commit comments