Skip to content

Commit 4d18084

Browse files
committed
Try to suppress
1 parent a46ffd4 commit 4d18084

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'com.adarshr.test-logger' version '4.0.0'
1010
id "com.github.ben-manes.versions" version "0.51.0"
1111
id 'org.sonatype.gradle.plugins.scan' version '2.8.3'
12-
id "org.sonarqube" version "4.2.1.3168"
12+
id "org.sonarqube" version "5.1.0.4882"
1313
}
1414

1515
group = 'com.imsweb'

config/spotbugs/spotbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
<Bug pattern="DM_DEFAULT_ENCODING" />
3737
</Match>
3838

39+
<Match>
40+
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
41+
</Match>
42+
3943
<Match>
4044
<Class name="com.imsweb.seerutils.SeerUtils" />
4145
<Bug pattern="OS_OPEN_STREAM" />

0 commit comments

Comments
 (0)