-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 1.3] Set analyzer to regex query string search #4220
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 1.3 #4220 +/- ##
============================================
- Coverage 77.91% 77.87% -0.04%
+ Complexity 63474 63413 -61
============================================
Files 4453 4453
Lines 274899 274900 +1
Branches 41165 41163 -2
============================================
- Hits 214189 214091 -98
- Misses 43854 43921 +67
- Partials 16856 16888 +32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@andrross any idea why the DCO check would fail here? this was generated by the bot |
🤷 The easiest is to amend this probably. |
@AmiStrn I think you can replace this PR with one that has correct DCO? |
Sets analyzer to regex query string search Signed-off-by: yyyogev <[email protected]> (cherry picked from commit ea4cfcc) Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]>
3970b43
to
72a8e2a
Compare
Gradle Check (Jenkins) Run Completed with:
|
Backport ea4cfcc from #3967