Skip to content

Commit

Permalink
Merge pull request #14 from circlefin/asharp/allow-empty-lambdas
Browse files Browse the repository at this point in the history
[INFRA-1192] allow empty lambdas
  • Loading branch information
asharp-circle authored Oct 31, 2023
2 parents 348d028 + 92bd3dd commit 9fe0b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkstyle-circle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<property name="allowEmptyConstructors" value="true"/>
<property name="allowEmptyMethods" value="true"/>
<property name="allowEmptyTypes" value="true"/>
<property name="allowEmptyLambdas" value="true"/>
<property name="allowEmptyLoops" value="true"/>
<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)"/>
Expand Down

0 comments on commit 9fe0b47

Please sign in to comment.