checkstyle / checkstyle/eclipse-cs
Possible to set a global file set?
Open
- Dominant language
- Java
- Stars
- 105
- Forks
- 65
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 21
Description
Hello.
I have rather a large number of projects, and all of them are multi-module Maven projects. For every single module, I have to go into the Checkstyle configuration and set:
```
^src/main/java/.*(\.java)$
```
... as the file set for Checkstyle. Scanning my projects directory, this means that I'm going to have to type the above _638_ times. :grimacing:
Any chance of setting this file set globally somewhere rather than having to set it for every project?
Contributor guide
Assessment
This issue has not been assessed yet.