提交 db397b86 编写于 作者: D Dawid Wysakowicz 提交者: zentol

[FLINK-6716] Suppress load errors in checkstyle JavadocMethod

上级 6771a4d1
......@@ -262,6 +262,8 @@ This file is based on the checkstyle file of Apache Beam.
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
<property name="allowUndeclaredRTE" value="true"/>
<!-- This check sometimes failed for with "Unable to get class information for @throws tag" for custom exceptions -->
<property name="suppressLoadErrors" value="true"/>
</module>
<!-- Check that paragraph tags are used correctly in Javadoc. -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册