Ignore generated JsonObjectMapper

Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
Tim Krüger 2021-11-10 14:38:26 +01:00
parent 6b13d0b818
commit 0820964e53
No known key found for this signature in database
GPG Key ID: FECE3A7222C52A4E
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
594
569

View File

@ -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" />