Heyho, I get this message: ```Skipping rule(s) whi...
# ktlint
b
Heyho, I get this message:
Copy code
Skipping rule(s) which are depending on a rule which is not loaded. Please check if you need to add additional rule sets before creating an issue.
  - Rule with id 'RuleId(value=standard:string-template-indent)' requires rule with id 'RuleId(value=standard:multiline-expression-wrapping)' to be loaded
How does it make sense, when both rules are clearly in the standard rule set? I did figure it out in the end: I disabled the multiline rule. IMO the message should clearly state, that this might be the case
p
If message above would be appended with "and enabled" would it then be clear enough?