apache / apache/maven-pmd-plugin
Reduce log level of "no files to analyze" to INFO
Open
enhancement
- Dominant language
- Java
- Stars
- 66
- Forks
- 55
- Avg merge
- 8d 16h
- Merged PRs (30d)
- 7
Description
### New feature, improvement proposal
Currently the message about "no files to analyze" is logged on Warning. This results in Warnings for projects which don't contain java files, e.g. Documentation as code projects.
Note: If you skip PMD in those you don't get the "no files to analyze" warning, but a "No files found to generate report on. Check if compile phase has been run"- which also occurs when PMD should be skip in report configuration. Also "skipEmptyReport" does not avoid this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.