We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6030310 commit 27c229eCopy full SHA for 27c229e
CONTRIBUTING.md
@@ -34,7 +34,7 @@ brew bundle
34
35
This project uses [`SwiftFormat`](https://github.com/nicklockwood/SwiftFormat) to maintain consistent code formatting.
36
We do not currently automate the process of formatting code, but our CI workflow does use `SwiftFormat` as a linter to
37
-validate that all code changes adhere to our formatting rules. Before creating a PR, please run `SwiftFormat` on all new
+validate that all code changes adhere to our formatting rules. Before creating a PR, please run `swiftformat` on all new
38
or updated files and commit the changes.
39
40
## Signed Commits Required
0 commit comments