Repository: calcite Updated Branches: refs/heads/master 1a491b7f9 -> 97df1acbe
http://git-wip-us.apache.org/repos/asf/calcite/blob/97df1acb/src/main/config/checkstyle/checker.xml ---------------------------------------------------------------------- diff --git a/src/main/config/checkstyle/checker.xml b/src/main/config/checkstyle/checker.xml index 5b2fe9f..500eaa4 100644 --- a/src/main/config/checkstyle/checker.xml +++ b/src/main/config/checkstyle/checker.xml @@ -90,10 +90,6 @@ limitations under the License. </module> <!-- Switch statements should be complete and with independent cases --> <module name="FallThrough"/> - <!-- For hadoop_yarn profile, some YARN exceptions aren't loading in checkstyle --> - <module name="RedundantThrows"> - <property name="suppressLoadErrors" value="true" /> - </module> <module name="SimplifyBooleanExpression"/> <module name="SimplifyBooleanReturn"/> <!-- Only one statement per line allowed -->
