Skip to content

Commit 9bd9ca8

Browse files
committed
Docs
1 parent c344f0b commit 9bd9ca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/SwiftLintCore/RuleConfigurations/RegexConfiguration.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ public struct RegexConfiguration<Parent: Rule>: SeverityBasedRuleConfiguration,
66
CacheDescriptionProvider, InlinableOptionType {
77
/// The execution mode for this custom rule.
88
public enum ExecutionMode: String, Codable, Sendable {
9+
/// Uses SwiftSyntax to obtain syntax token kinds.
910
case swiftsyntax
11+
/// Uses SourceKit to obtain syntax token kinds.
1012
case sourcekit
1113
}
1214
/// The identifier for this custom rule.

0 commit comments

Comments
 (0)