We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46ffd4 commit 4d18084Copy full SHA for 4d18084
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
id 'com.adarshr.test-logger' version '4.0.0'
10
id "com.github.ben-manes.versions" version "0.51.0"
11
id 'org.sonatype.gradle.plugins.scan' version '2.8.3'
12
- id "org.sonarqube" version "4.2.1.3168"
+ id "org.sonarqube" version "5.1.0.4882"
13
}
14
15
group = 'com.imsweb'
config/spotbugs/spotbugs-exclude.xml
@@ -36,6 +36,10 @@
36
<Bug pattern="DM_DEFAULT_ENCODING" />
37
</Match>
38
39
+ <Match>
40
+ <Bug pattern="CT_CONSTRUCTOR_THROW"/>
41
+ </Match>
42
+
43
<Match>
44
<Class name="com.imsweb.seerutils.SeerUtils" />
45
<Bug pattern="OS_OPEN_STREAM" />
0 commit comments