- Rule with id 'RuleId(value=standard:trailing-comma-on-call-site)' requires rule with id 'RuleId(value=standard:wrapping)' to be loaded
is there any way to get this working again?
p
Paul Dingemans
06/05/2023, 10:04 AM
Try to disable the trailing comma rules. Those rules can only be used when also the wrapping rule is enabled. It is too complicated that each rule always can run without dependencies on other rules. More important question is why you want to disable the wrapping rule.
A trick could be to set the max_line_length to an extreme high value and just enable the rule.