Skip to content

Commit ad28213

Browse files
Lint fix (#21)
1 parent bf76c02 commit ad28213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ type_name:
1010

1111
identifier_name:
1212
min_length: 2
13-
allowed_symbols: ['_']
13+
allowed_symbols: ['$', '_']
1414
excluded:
1515
- id

0 commit comments

Comments
 (0)