Skip to content

Commit d199ad7

Browse files
authored
Enable SwiftLint rule: empty_string (#800)
2 parents da93204 + 29f3481 commit d199ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ swiftlint_version: 0.57.1
22
only_rules: # Rules to run
33
- custom_rules
44
- empty_count
5+
- empty_string
56

67
# If true, SwiftLint will treat all warnings as errors.
78
strict: true

0 commit comments

Comments
 (0)