[Maintenance] Change PMD to only report errors for production code #448
Labels
Component: Tools
Issues regarding the dev tools
Priority: Medium
The issue contains work with medium priority.
Type: Maintenance
The issue contains maintenance work.
Relevant component
No response
Problem description (optional)
Currently PMD throws errors in test code as well.
As test code does not require as a high quality as code in production, ershould change the behaviour of PMD
to only fail the build for errors in production code and throw warnings for problems in test code (if that is possible)
Desired solution
Adjust the PMD configuration to only throw errors for production code and throw warnings for test code.
Considered alternatives (optional)
Alternatively modify the rule set for test scenarios to an acceptable subset.
Additional context (optional)
No response
No duplicate
Code of Conduct
The text was updated successfully, but these errors were encountered: