Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1304#discussion_r119166363
  
    --- Diff: etc/checkstyle.xml ---
    @@ -73,7 +71,7 @@ under the License.
           <module name="RightCurly"/>
           <module name="RightCurly">
              <property name="option" value="alone"/>
    -         <property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, 
LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT"/>
    +         <property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, 
LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"/>
    --- End diff --
    
    @michaelandrepearce  ok, so I take that there is no way to enforce this...
    
    ```java
        do {
        } while (....);
    ```
    
    if that's the case.. I'm not making a case about it... I will just fix a 
small issue with extra-tests and move on then/


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to