Merge pull request #1317 from BalestraPatrick/patch-1

Fix dead link in CONTRIBUTING.md
This commit is contained in:
JP Simard
2017-02-17 11:39:04 -08:00
committed by GitHub
+1 -1
View File
@@ -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