2019-07-23 15:40:20 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-03-02 20:15:33 +03:00
|
|
|
<!--
|
|
|
|
~ Nextcloud Android Library
|
|
|
|
~
|
|
|
|
~ SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
~ SPDX-FileCopyrightText: 2019 Tobias Kaminsky <tobias@kaminsky.me>
|
|
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
-->
|
2019-07-23 15:40:20 +03:00
|
|
|
<FindBugsFilter>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.Manifest\$.*" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.R\$.*" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\.R\$.*" />
|
|
|
|
</Match>
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\$\$Parcelable.*" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
<!-- Dagger code is autogenerated. Exclude it from Check. -->
|
|
|
|
<Match>
|
|
|
|
<Or>
|
|
|
|
<Class name="~.*\.Dagger.*" />
|
|
|
|
<Class name="~com.nextcloud.client.di\..*_.*" />
|
|
|
|
</Or>
|
|
|
|
</Match>
|
|
|
|
<!-- Dagger generated code uses internal APIs -->
|
|
|
|
<Match>
|
|
|
|
<Class name="~.*\..*.*Factory" />
|
|
|
|
<Bug pattern="IICU_INCORRECT_INTERNAL_CLASS_USE" />
|
|
|
|
</Match>
|
|
|
|
|
|
|
|
<Bug pattern="PATH_TRAVERSAL_IN" />
|
|
|
|
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
|
|
|
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
|
|
|
|
|
|
|
<!-- This is unmanageable for now due to large amount of interconnected static state -->
|
|
|
|
<Bug pattern="FCCD_FIND_CLASS_CIRCULAR_DEPENDENCY" />
|
|
|
|
</FindBugsFilter>
|