- This is not the released version of the documentation. Recommended Version
CA002 - Unused argument
Description
A feature should only have arguments which are actually needed and used in the computation.
- Scope FeatureStatus DisabledSeverity WarningApplicability AllScore 40
Example of violation
Recommendation
Remove argument and update callers.
In the example, remove the argument
Back to Rules