SwiftLint
SwiftLint copied to clipboard
Rewrite `for_where`, adding `allow_for_as_filter` config
Fixes #4040
What do you think about https://github.com/JohnCoates/Aerial/blob/97068951d2c67a56d42f705d405bd0578e45a672/Aerial/Source/Models/ManifestLoader.swift#L955:25 which was flagged by OSSCheck?
What do you think about https://github.com/JohnCoates/Aerial/blob/97068951d2c67a56d42f705d405bd0578e45a672/Aerial/Source/Models/ManifestLoader.swift#L955:25 which was flagged by OSSCheck?
I could go either way honestly. I think complex where
conditions are not great, so maybe not throwing a violation here and leaving it for the developer's judgement is better?