Skip to content

Commit 84ea655

Browse files
Update Source/SwiftLintBuiltInRules/Rules/Lint/VariableShadowingRule.swift
Co-authored-by: Danny Mösch <danny.moesch@icloud.com>
1 parent 28bf421 commit 84ea655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SwiftLintBuiltInRules/Rules/Lint/VariableShadowingRule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct VariableShadowingRule: Rule {
88
static let description = RuleDescription(
99
identifier: "variable_shadowing",
1010
name: "Variable Shadowing",
11-
description: "Prefer not to shadow variables declared in outer scopes",
11+
description: "Do not shadow variables declared in outer scopes",
1212
kind: .lint,
1313
nonTriggeringExamples: [
1414
Example("""

0 commit comments

Comments
 (0)