sth like "for option in options where option = 1" is not always better readable and requires additional understanding of the language. it might be used, but we should not enforce it.
@@ -8,6 +8,7 @@ disabled_rules:
- todo
- trailing_whitespace
- type_body_length
+- for_where
excluded:
- Carthage