Skip to content

Commit 919ec43

Browse files
authored
Merge pull request #122 from smartmobilefactory/feature/SMFIT-1963
Feature/smfit 1963
2 parents dd65ba4 + 05a3f58 commit 919ec43

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

15.3 MB
Binary file not shown.

SwiftLint/swiftlint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###
22
# Swiftlint configuration file.
3-
# Latest version supported: 0.39.2
3+
# Latest version supported: 0.45.0
44
# Any newer version hasn't been checked yet and might not follow the style guide.
55
###
66

@@ -84,7 +84,6 @@ opt_in_rules:
8484

8585
analyzer_rules: # Rules run by `swiftlint analyze` (experimental)
8686
- explicit_self
87-
- unused_import
8887

8988
# rule parameters
9089
file_length:
@@ -100,7 +99,7 @@ cyclomatic_complexity:
10099
nesting:
101100
type_level:
102101
warning: 6
103-
statement_level:
102+
function_level:
104103
warning: 6
105104

106105
function_body_length:
@@ -117,11 +116,6 @@ large_tuple:
117116
warning: 4
118117
error: 6
119118

120-
missing_docs:
121-
warning:
122-
- open
123-
- public
124-
125119
type_name:
126120
min_length: 3
127121
max_length: 60

0 commit comments

Comments
 (0)