From faf4715ea34932b519559398e160b58551ccf48f Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 10 Sep 2021 15:21:19 -0300 Subject: [PATCH] Fix per PR comments --- SWIFTLINT.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SWIFTLINT.md b/SWIFTLINT.md index b9333a1..e07fed1 100644 --- a/SWIFTLINT.md +++ b/SWIFTLINT.md @@ -2,9 +2,7 @@ The SwiftLint configuration on this repo is based on the great work of the raywenderlich.com folks [The Official raywenderlich.com Swift Style Guide](https://github.com/raywenderlich/swift-style-guide). -The purpose of this guide is to provide a base format for our Swift codebase. This -guide describes what are the rules enforced by our swift lint rules and should be -used when contributing or reviewing code. +The purpose of this guide is to provide a base format for our Swift codebase. This guide describes what are the rules enforced by our swift lint rules and should beused when contributing or reviewing code. These guides use SwiftLint as a standard. You can learn more about SwiftLint by visiting its [official documentation page](https://github.com/realm/SwiftLint).