mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Merge pull request #1673 from nextcloud/feature/noid/findbugs-ignore-generated-JsonObjectMapper
Ignore generated JsonObjectMapper
This commit is contained in:
commit
4edd401f21
@ -1 +1 @@
|
||||
594
|
||||
569
|
@ -6,6 +6,8 @@
|
||||
~
|
||||
~ @author Mario Danic
|
||||
~ @author Andy Scherzinger
|
||||
~ @author Tim Krüger
|
||||
~ Copyright (C) 2021 Tim Krüger <t@timkrueger.me>
|
||||
~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
|
||||
~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
|
||||
~
|
||||
@ -60,6 +62,11 @@
|
||||
</Or>
|
||||
</Match>
|
||||
|
||||
<!-- Ignore generated JsonObjectMapper -->
|
||||
<Match>
|
||||
<Class name="~.*\$\$JsonObjectMapper.*" />
|
||||
</Match>
|
||||
|
||||
<Bug pattern="PATH_TRAVERSAL_IN" />
|
||||
<Bug pattern="ANDROID_EXTERNAL_FILE_ACCESS" />
|
||||
<Bug pattern="BAS_BLOATED_ASSIGNMENT_SCOPE" />
|
||||
|
Loading…
Reference in New Issue
Block a user