file_types_order
stopped working with partial order
set
#5755
Labels
repro-needed
Issues that cannot be reproduced or miss proper descriptive examples.
New Issue Checklist
Bug Description
Previously (with
0.53.0
) we had thefile_types_order
configured like this:so that it only checks that the main SwiftUI type is preceding its related
PreviewProvider
type.Now after updating to
0.56.1
I just noticed the values naming in theorder
parameter changed, so I simply updated the config with this setup:which should be equivalent to the previous one in new terms. Yet I'm getting a ton of warnings related to other types (like f.e.
extension
s betweenclass
es,struct
s or whatever) not defined in our configuration. I find this breaking & I'd love to continue using this rule to just check the order of the specified subset of type identifiers.Curiously, I can't seem to find any note on a change in the changelog diff in the first place so I can't really say when exactly this change happened.
Environment
0.56.1
(updating from0.53.0
)The text was updated successfully, but these errors were encountered: