mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added Findbugs exclusion settings
- Not report non-Unit testing issues for unit tests. Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
6bed7a7bd8
commit
e582ee3028
1 changed files with 13 additions and 0 deletions
13
dev/exclude.findbugs.xml
Normal file
13
dev/exclude.findbugs.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FindBugsFilter>
|
||||
<Match>
|
||||
<!-- the Match filter is equivalent to a logical 'And' -->
|
||||
|
||||
<Class name="~.*\.*Test" />
|
||||
<!-- test classes are suffixed by 'Test' -->
|
||||
|
||||
<Not>
|
||||
<Bug code="IJU" /> <!-- 'IJU' is the code for bugs related to JUnit test code -->
|
||||
</Not>
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
Loading…
Add table
Add a link
Reference in a new issue