Forráskód Böngészése

SwiftLint: Fix typo in configuration

Reason: configuration error: 'redundant_nil_coalesing' is not a valid rule identifier
Kevin Bettin 7 éve
szülő
commit
f5c7770fa5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .swiftlint.yml

+ 1 - 1
.swiftlint.yml

@@ -13,7 +13,7 @@ whitelist_rules:
   - opening_brace
   - operator_whitespace
   - private_unit_test
-  - redundant_nil_coalesing
+  - redundant_nil_coalescing
   - redundant_string_enum_value
   - return_arrow_whitespace
   - syntactic_sugar