Skip to content

Commit

Permalink
Allow empty lambdas (#261)
Browse files Browse the repository at this point in the history
Requires checkstyle 6.14
  • Loading branch information
gregakinman authored and Robert Fink committed Apr 23, 2018
1 parent 628aa7c commit 07048a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .baseline/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@
<property name="allowEmptyMethods" value="true"/>
<property name="allowEmptyTypes" value="true"/>
<property name="allowEmptyLoops" value="true"/>
<property name="allowEmptyLambdas" value="true"/>
<property name="ignoreEnhancedForColon" value="false"/>
<message key="ws.notFollowed" value="WhitespaceAround: ''{0}'' is not followed by whitespace. Empty blocks may only be represented as '{}' when not part of a multi-block statement (4.1.3)"/>
<message key="ws.notPreceded" value="WhitespaceAround: ''{0}'' is not preceded with whitespace."/>
Expand Down

0 comments on commit 07048a4

Please sign in to comment.