Support full qualified names in AnnotationSuppressor - #4241
Conversation
|
cc @TWiStErRob. This was exactly what we talk about at the Droidcon. As you can see it's not as "clean" as before but now you can use both name or full qualified names. |
Codecov Report
@@ Coverage Diff @@
## main #4241 +/- ##
============================================
+ Coverage 84.24% 84.30% +0.06%
+ Complexity 3258 3243 -15
============================================
Files 472 470 -2
Lines 10293 10233 -60
Branches 1813 1793 -20
============================================
- Hits 8671 8627 -44
+ Misses 666 663 -3
+ Partials 956 943 -13
Continue to review full report at Codecov.
|
TWiStErRob
left a comment
There was a problem hiding this comment.
Nice one, thanks for the cc. It looks ok, I agree with doing the best possible based on binding context or not.
0ead692 to
59f97d9
Compare
This add supports to full qualified name matching in
AnnotationSuppresor. It also allow Glob patterns.Fixes #4233