Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 388 Bytes

Contributing to this repository

Code linting

You should lint your code using SwiftLint before each commit.

To make that process easier you could install that Git hook that will check code before each commit:

# run this in the project's root folder
cp docs/git-hook-precommit.sh .git/hooks/pre-commit