GitHub user Yuukadesu added a comment to the discussion: Add one click code modification function using Spotless plugin
Currently, spotless does not integrate checkstyle, so I need to imitate the existing checkstyle.xml to rewrite an identical rule for spotless to use. In view of the above, I have two ideas. One is to abandon checkstyle and use spotless, completely copying the code style rules defined by checkstyle.xml. However, this may cause significant changes; Another approach is to use both, converting checkstyle rules into spotless compatible rules and placing them in another XML file.Checkstyle is responsible for checking the code style, while Spotless is responsible for one click modification of the code style. GitHub link: https://github.com/apache/streampipes/discussions/3170#discussioncomment-10512816 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
