Enable SwiftLint rule 'nesting' and fix all violations

This commit is contained in:
Danny Moesch 2020-07-05 00:40:05 +02:00 committed by Mingshen Sun
parent 2920acefbc
commit 77216abe14
4 changed files with 65 additions and 46 deletions

View file

@ -103,7 +103,7 @@ whitelist_rules:
- multiline_parameters
- multiline_parameters_brackets
- multiple_closures_with_trailing_closure
# - nesting
- nesting
- nimble_operator
# - no_extension_access_modifier
- no_fallthrough_only