Skip to content

Commit dc2f708

Browse files
committed
Disable identifier_name rule to allow id
1 parent 6a642dd commit dc2f708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.swiftlint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
disabled_rules:
22
- force_cast
33
- force_try
4+
- identifier_name
45
- line_length
56

67
excluded:

0 commit comments

Comments
 (0)