You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/16 09:44:58 UTC

[GitHub] [rocketmq-schema-registry] ferrirW opened a new issue, #40: spotless plugin conflict to rmq_checkstyle

ferrirW opened a new issue, #40:
URL: https://github.com/apache/rocketmq-schema-registry/issues/40

   There are many format different. Which one should we take as the standard?
   
   example:
   AOSP format:
   ```
           final BeanMappingBuilder builder = new BeanMappingBuilder() {
               @Override
               protected void configure() {
                   ...
               }
           };
   ```
   
   rmq_checkstyle: 
   ```
           final BeanMappingBuilder builder = new BeanMappingBuilder() {
               @Override
               protected void configure() {
                   ...
               }
           };
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-schema-registry] MatrixHB commented on issue #40: spotless plugin conflict to rmq_checkstyle

Posted by GitBox <gi...@apache.org>.
MatrixHB commented on issue #40:
URL: https://github.com/apache/rocketmq-schema-registry/issues/40#issuecomment-1217511522

   IMO, keep using rmq_checkstyle, to be consistent with other rmq repositories.  No need to use spotless plugin at present.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-schema-registry] ferrirW closed issue #40: spotless plugin conflict to rmq_checkstyle

Posted by GitBox <gi...@apache.org>.
ferrirW closed issue #40: spotless plugin conflict to rmq_checkstyle
URL: https://github.com/apache/rocketmq-schema-registry/issues/40


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-schema-registry] ferrirW commented on issue #40: spotless plugin conflict to rmq_checkstyle

Posted by GitBox <gi...@apache.org>.
ferrirW commented on issue #40:
URL: https://github.com/apache/rocketmq-schema-registry/issues/40#issuecomment-1223846293

   ok


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org