Hi dev, I want to introduce spotless as a code formatting tool.Spotless has two very convenient advantages:
1. developers do `mvn spotless:check` command in local and just do the commit in PR, It will automatically do code formatting. It can't avoid the review in code when developer not do `mvn spotless:check` command. 2. if in work flow add the check for reformat plugin, it will cause the ci flow has some modifies need to commit. Looking forward to community responses. -- Best Regards ------------ Liugddx liug...@gmail.com