mirror of https://github.com/apache/cloudstack.git
findbugs: filter on character encoding problems
This commit is contained in:
parent
e3e452625e
commit
3be5002eb3
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FindBugsFilter>
|
||||
|
||||
<!-- Match all XYZ violations. -->
|
||||
<Match>
|
||||
<Bug code="DM_DEFAULT_ENCODING" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
||||
Loading…
Reference in New Issue