Skip to content

Commit 05a3f58

Browse files
committed
Remove unused_import rule to limit impact
1 parent 7b6bf69 commit 05a3f58

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

SwiftLint/swiftlint.yml

Lines changed: 1 addition & 2 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:

0 commit comments

Comments
 (0)