Skip to content

Commit

Permalink
Lint fix (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
FastestMolasses authored Jun 3, 2024
1 parent bf76c02 commit ad28213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ type_name:

identifier_name:
min_length: 2
allowed_symbols: ['_']
allowed_symbols: ['$', '_']
excluded:
- id

0 comments on commit ad28213

Please sign in to comment.