diff --git a/.swiftlint.yml b/.swiftlint.yml index ef8311c1..ec3fed07 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -11,6 +11,9 @@ excluded: - vendor only_rules: + # Prefer `Array(xs)` over `xs.map { $0 }`. + - array_init + # Colons should be next to the identifier when specifying a type. - colon