mikemccand commented on PR #807: URL: https://github.com/apache/lucene/pull/807#issuecomment-1095144308
> > You should be able to re-style your code automatically by running `./gradlew :lucene:core:spotlessApply` > > Personally I would not recommend running it this way. I run `./gradlew tidy`, across the entire codebase/modules. It doesn't take too long and has never given me a problem. +1 Sorry, the command I suggested only fixes styling for `lucene/core`. @rmuir's command will fix ALL styling issues across ALL modules. Since the Spotless check seems to be fail-fast, maybe we should fix the exception message to just suggest `./gradlew tidy` instead? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org