From fdb46dcb870aa124a8f3c10f6907cc816452cdd3 Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Fri, 17 Feb 2017 20:37:01 +0100 Subject: [PATCH] Update CONTRIBUTING.md Fix dead link and deprecated rule name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3131a8b06..6361d7fc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ See [`ForceCastRule`](https://github.com/realm/SwiftLint/blob/master/Source/Swif for a rule that allows severity configuration, [`FileLengthRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/FileLengthRule.swift) for a rule that has multiple severity levels, -[`VariableNameRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/VariableNameRule.swift) +[`IdentifierNameRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/IdentifierNameRule.swift) for a rule that allows name evaluation configuration: ``` yaml