فهرست منبع

SwiftLint: Fix typo in configuration

Reason: configuration error: 'redundant_nil_coalesing' is not a valid rule identifier
Kevin Bettin 7 سال پیش
والد
کامیت
f5c7770fa5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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