aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorvasilyeva <vasilyeva@rutarget.ru>2017-07-15 15:57:41 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-07-15 05:58:56 -0700
commit019948ef5f32073f546df20ffb9e29769c70702d (patch)
treee877d59688983dcfaa73de36ea9920533486ab86 /config
parent668cb3afd0ddec789ef7f3f81940f31e976d042b (diff)
downloadcheckstyle-019948ef5f32073f546df20ffb9e29769c70702d.tar.gz
Issue #3301: update suppress comment
Diffstat (limited to 'config')
-rw-r--r--config/intellij-idea-inspections.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intellij-idea-inspections.xml b/config/intellij-idea-inspections.xml
index 5919b10f3..2e8050289 100644
--- a/config/intellij-idea-inspections.xml
+++ b/config/intellij-idea-inspections.xml
@@ -2122,7 +2122,7 @@
<inspection_tool class="ThrowCaughtLocally" enabled="false" level="ERROR" enabled_by_default="false">
<option name="ignoreRethrownExceptions" value="false" />
</inspection_tool>
- <!-- disabled till https://github.com/checkstyle/checkstyle/issues/3301 -->
+ <!-- disabled till we switch to jacoco that support try-with-resources -->
<inspection_tool class="ThrowFromFinallyBlock" enabled="false" level="ERROR" enabled_by_default="false" />
<inspection_tool class="ThrowFromFinallyBlockJS" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="ThrowableInstanceNeverThrown" enabled="true" level="ERROR" enabled_by_default="true" />