mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
bbaf355328
Signed-off-by: Chris Narkiewicz <hello@ezaquarii.com>
28 lines
727 B
XML
28 lines
727 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
<FindBugsFilter>
|
|
<Match>
|
|
<Class name="~.*\.Manifest\$.*"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.R\$.*"/>
|
|
</Match>
|
|
<Match>
|
|
<Class name="~.*\.R\$.*"/>
|
|
</Match>
|
|
|
|
<!-- Dagger code is autogenerated. Exclude it from Check. -->
|
|
<Match>
|
|
<Or>
|
|
<Class name="~.*\.Dagger.*"/>
|
|
<Class name="~com.nextcloud.client.di\..*_.*"/>
|
|
</Or>
|
|
|
|
</Match>
|
|
<Bug pattern="PATH_TRAVERSAL_IN" />
|
|
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
|
|
|
<!-- This is unmanageable for now dur to large amount of interconnected static state -->
|
|
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY"/>
|
|
</FindBugsFilter>
|