diff options
| author | Emīls <emils@mullvad.net> | 2023-11-13 13:18:15 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-11-13 13:34:27 +0100 |
| commit | 3f8964a4bbfda968e66ad96c12337083c5edc93b (patch) | |
| tree | 3391b507c33bea8756db0db4e7b5735a1da1356d /ios | |
| parent | 5fca5dfb6b30023ed10bb0a853735b2a67361b32 (diff) | |
| download | mullvadvpn-3f8964a4bbfda968e66ad96c12337083c5edc93b.tar.xz mullvadvpn-3f8964a4bbfda968e66ad96c12337083c5edc93b.zip | |
Disable enumNamespace in swfitlint
Diffstat (limited to 'ios')
| -rw-r--r-- | ios/.swiftformat | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 4c2fc53e11..013ef48db8 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -32,7 +32,9 @@ organizeDeclarations, \ # Do not reorder switch case statements sortedSwitchCases, \ # Do not add // MARK: ClassName before every type -markTypes +markTypes, \ +# disable enum imports since it seems borken +enumNamespaces --rules \ @@ -79,4 +81,4 @@ typeSugar, \ void, \ wrap, \ wrapArguments, \ -wrapAttributes
\ No newline at end of file +wrapAttributes |
