Skip to content

Commit

Permalink
minor: Input for Java 14 switch expression(checkstyle#6615)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmancuso committed Jul 9, 2020
1 parent 84f33ea commit a2cc554
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ant-phase-verify.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
<exclude name="**/InputJava14Records.java"/>
<!-- until https://github.com/checkstyle/checkstyle/issues/7103 -->
<exclude name="**/InputJava14TextBlocks.java"/>
<!-- until https://github.com/checkstyle/checkstyle/issues/6615 -->
<exclude name="**/InputJava14SwitchExpression.java"/>

</fileset>
</path>
<formatter type="plain"/>
Expand Down
Loading

0 comments on commit a2cc554

Please sign in to comment.