Ability to list all failing files with spotlessCheck
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
Hello
Today running spotlessCheck allows the display of maximum 10 files as stated in : https://github.com/diffplug/spotless/blob/5a5db69db6254de76c2b33ca4c1f76d3da5d62b3/lib-extra/src/main/java/com/diffplug/spotless/extra/integration/DiffMessageFormatter.java#L161
Example of logged error today :
```
Violations also present in 41 other files.
Run 'gradlew.bat :spotlessApply' to fix these violations.
\* Try:`
\> Run with \-\-stacktrace option to get the stack trace.
\> Run with --info or \-\-debug option to get more log output.
\* Get more help at https://help.gradle.org`
BUILD FAILED in 6s
3 actionable tasks: 1 executed, 1 from cache, 1 up-to-date
```
For our projects, we need be able to see all files that are breaking the formatting.
Could we remove this limit or raise it ?
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.