sunjincheng121 opened a new pull request #2684:
URL: https://github.com/apache/iotdb/pull/2684


   ## Description
   This PR includes two commits, one is the POM configuration of the Spotless 
plug-in, the other is format the code by using spotless / Google Java format. 
   
   Note: 
   - We also need a PR (Web site) to explain how the IDE is configured, which 
will be opened in a separate PR.
   - When this PR is merged, other PRS can be merged according to the following 
steps(take pull/2667 for example):
   `asf` is repo of Apache IoTDB
    ```
   gf asf pull/2667/head:PR2667
   gck PR2667
   git cherry-pick 80de95b7 
   mvn spotless:check
   mvn spotless:apply
   git add .
   git commit -m 'Apply spotless'
   git rebase asf_master
   // Resolve your conflict
   git rebase --continue
   // After squash your commits
   gck asf_master
   git merge PR2667
   git push asf asf_master:master
   
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to