Skip to content

Commit fac91a7

Browse files
committed
New plugin implementation - initial commit.
1 parent 10ab520 commit fac91a7

File tree

204 files changed

+11244
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+11244
-55
lines changed

plugin/findbugs-exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<FindBugsFilter>
3+
<Match>
4+
<Class name="com.google.code.scoverage.plugin.HelpMojo"/>
5+
</Match>
6+
</FindBugsFilter>

0 commit comments

Comments
 (0)