From 302f377a4ba49b6e12c50205c1a277e7d92b7773 Mon Sep 17 00:00:00 2001 From: Ryoya Ito <30540303+ry-itto@users.noreply.github.com> Date: Sat, 14 Mar 2020 00:34:43 +0900 Subject: [PATCH] fix links about configuration rules (#3142) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e959e9bc9..5224e34589 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,11 +65,11 @@ configuration object via the `configuration` property: * If none of the provided `RuleConfiguration`s are applicable, you can create one specifically for your rule. -See [`ForceCastRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/ForceCastRule.swift) +See [`ForceCastRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/Idiomatic/ForceCastRule.swift) for a rule that allows severity configuration, -[`FileLengthRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/FileLengthRule.swift) +[`FileLengthRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/Metrics/FileLengthRule.swift) for a rule that has multiple severity levels, -[`IdentifierNameRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/IdentifierNameRule.swift) +[`IdentifierNameRule`](https://github.com/realm/SwiftLint/blob/master/Source/SwiftLintFramework/Rules/Style/IdentifierNameRule.swift) for a rule that allows name evaluation configuration: ``` yaml