Add in pre-commit hook for running swiftlint on codebase #450
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Terms
Description
This issue would explore the potential of adding in pre-commit to the repo and using it to run our SwiftLint checks before commits. We'd want a hook that runs
swiftlint --strict
before all commits so that warnings are also triggered.Contribution
Happy to support on this or get to it myself eventually! This would be a good first issue for someone who has a bit of Python or pre-commit setup experience :)
The text was updated successfully, but these errors were encountered: