diff --git a/.swiftlint.yml b/.swiftlint.yml index d395572f..17fbef83 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -5,6 +5,7 @@ disabled_rules: opt_in_rules: - empty_count - force_unwrapping + - extension_access_modifier included: - Sources diff --git a/Tests/.swiftlint.yml b/Tests/.swiftlint.yml index 928e50fb..c52d672b 100644 --- a/Tests/.swiftlint.yml +++ b/Tests/.swiftlint.yml @@ -10,6 +10,7 @@ disabled_rules: opt_in_rules: - empty_count + - extension_access_modifier file_length: warning: 1000 \ No newline at end of file