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 764155c commit 1833585Copy full SHA for 1833585
go/ql/lib/semmle/go/frameworks/Twirp.qll
@@ -80,7 +80,7 @@ module Twirp {
80
exists(ServiceInterfaceType i, PointerType p, TypeEntity te |
81
p.implements(i) and
82
this = p.getBaseType() and
83
- this.getName().regexpMatch("(?i)" + i.getName() + "(protobuf|json)" + "client") and
+ this.getName().regexpMatch("(?i)" + i.getName() + "(protobuf|json)client") and
84
te.getType() = this and
85
te.getDeclaration().getLocation().getFile() instanceof ServicesGeneratedFile
86
)
0 commit comments