version 1.0.9: fixed overlooking problem
KengoTODA
released this
15 Oct 06:45
·
443 commits
to master
since this release
change set
- Fixed overlooking problem (issue #2 and #14)
- SonarQube plugin supports SLF4J_MANUALLY_PROVIDED_MESSAGE bug pattern
how to use with Maven
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<plugins>
<plugin>
<groupId>jp.skypencil.findbugs.slf4j</groupId>
<artifactId>bug-pattern</artifactId>
<version>1.0.9</version>
</plugin>
</plugins>
</configuration>
</plugin>