Fix per PR comments

This commit is contained in:
Francisco Gindre 2021-09-10 15:21:19 -03:00
parent 716c0143d5
commit faf4715ea3
1 changed files with 1 additions and 3 deletions

View File

@ -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).