Skip to content

Commit 23c452f

Browse files
committed
Add special case exclusions for 'identifier_name' SwiftLint rule.
1 parent 508a9ae commit 23c452f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.swiftlint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
excluded:
22
- Carthage
3-
- Package.swift
3+
- Package.swift
4+
5+
identifier_name:
6+
excluded:
7+
- id
8+
- ex
9+
- to
10+
- ws

0 commit comments

Comments
 (0)