Skip to content

Commit bb4e0a9

Browse files
authored
Merge pull request kodecocodes#448 from jawwad/swiftlint-error-fix
Fix error while trying to run swiftlint
2 parents 862209b + 03393a8 commit bb4e0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.swiftlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ disabled_rules:
1717
custom_rules:
1818
smiley_face:
1919
name: "Smiley Face"
20-
regex: "(\:\))"
21-
match_kinds:
20+
regex: '( :\))'
21+
match_kinds:
2222
- comment
2323
- string
2424
message: "A closing parenthesis smiley :) creates a half-hearted smile, and thus is not preferred. Use :]"

0 commit comments

Comments
 (0)