checkstyle / checkstyle/eclipse-cs
Prefer `checkstyle.xml` from project folder
Open
- Dominant language
- Java
- Stars
- 105
- Forks
- 65
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 21
Description
If the project (root) folder contains a `checkstyle.xml` file, automatically prefer that configuration over the global check configurations. "Automatically" so that the user does not need to setup anything despite the installation of the Eclipse Checkstyle plugin.
If the Eclipse Checkstyle plugin is installed in Eclipse and the project root folder contains a `checkstyle.xml` file, then the Eclipse Checkstyle plugin should automatically load the checkstyle rules from the file to check the code in Eclipse for the project that has the file.
Contributor guide
Assessment
This issue has not been assessed yet.