mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
try to correct regex for spotbugs ignore
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
0e90952b5b
commit
7f0e6beb83
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
</Or>
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="~com.owncloud.android.ui.preview.MarkwonGrammarLocator" />
|
||||
<Class name="~com\.owncloud\.android\.ui\.preview\.MarkwonGrammarLocator" />
|
||||
</Match>
|
||||
|
||||
<Bug pattern="PATH_TRAVERSAL_IN" />
|
||||
|
|
Loading…
Reference in a new issue