Updated find bugs filter to ignore more false positives
This commit is contained in:
parent
c58568e094
commit
6c57969348
@ -33,6 +33,11 @@
|
|||||||
</Or>
|
</Or>
|
||||||
<Bug pattern="USM_USELESS_SUBCLASS_METHOD"/>
|
<Bug pattern="USM_USELESS_SUBCLASS_METHOD"/>
|
||||||
</Match>
|
</Match>
|
||||||
|
<Match>
|
||||||
|
<Class name="~.*HttpTunnelingChannelHandler"/>
|
||||||
|
<Method name="~await.*"/>
|
||||||
|
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE,RV_RETURN_VALUE_IGNORED2"/>
|
||||||
|
</Match>
|
||||||
<!-- Known issues that don't matter -->
|
<!-- Known issues that don't matter -->
|
||||||
<Match>
|
<Match>
|
||||||
<Or>
|
<Or>
|
||||||
|
Loading…
Reference in New Issue
Block a user