diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index d29d115..2db54e1 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -288,13 +288,7 @@ custom_rules: name: "Pattern matching" regex: 'case[^\n\(]+\([^\)]*(let|var)\s' message: "Use a let|var keyword behind parentheses" - severity: error - - fallthrough: - name: "Fallthrough" - regex: '\sfallthrough\s' - message: "Fallthrough usage is restricted!" - severity: error + severity: warning # Rx