Can we have a rule which warns method call with long parameter list IF named arguments is not used. I know the rule LongParameterList exists, but I think it is not a problem if named arguments is used when calling the methods.
Can we have a rule which warns method call with long parameter list IF named arguments is not used.
I know the rule LongParameterList exists, but I think it is not a problem if named arguments is used when calling the methods.