From 42a2932883aad7f19ecef0766fd7318cc91c983a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sun, 10 Apr 2022 17:42:58 +0200 Subject: [PATCH] Enable `typesafe_array_init` rule in repository (#3942) --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 055295e38c..3ef633eb24 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -4,6 +4,7 @@ included: excluded: - Tests/SwiftLintFrameworkTests/Resources analyzer_rules: + - typesafe_array_init - unused_declaration - unused_import opt_in_rules: