We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd2103 commit 32b90a8Copy full SHA for 32b90a8
ql/hotspots/scripts/lib/templates.py
@@ -22,7 +22,7 @@
22
GETSINKEXPR_RUBY = """
23
DataFlow::ExprNode getSinkExpr(DataFlow::Node n) {
24
result = n and
25
- not n.getLocation().getFile().getRelativePath().regexpMatch("(^|.*/)test/.*|(^|.*/)spec/.*|^\\.rubocop/.*|^Gemfile$|.*/extconf.rb$|.*/setup.rb$")
+ not n.getLocation().getFile().getRelativePath().regexpMatch("(^|.*/)test/.*|(^|.*/)spec/.*|^\\\\.rubocop/.*|^Gemfile$|.*/extconf.rb$|.*/setup.rb$")
26
}
27
"""
28
0 commit comments