forked from spothero/BarcodeHero-iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathZincfile
30 lines (30 loc) · 913 Bytes
/
Zincfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
source: https://github.com/spothero/Shared-iOS.git
files:
# Danger
- source_path: Tools/Danger/Dangerfile-Lint
# GitHub
- source_path: Tools/GitHub/CODEOWNERS
destination_path: .github
- source_path: Tools/GitHub/.gitignore
# Rubocop
- source_path: Tools/Rubocop/rubocop.yml
name: .rubocop.yml
# SwiftLint
- source_path: Tools/SwiftLint/.swiftlint.yml
# SwiftFormat
- source_path: Tools/SwiftFormat/.swiftformat
# Scripts
- source_path: Scripts/danger_lint.sh
destination_path: scripts
- source_path: Scripts/onboard.sh
destination_path: scripts
- source_path: Scripts/swift_build.sh
destination_path: scripts
- source_path: Scripts/swiftlint_run_script.sh
destination_path: scripts
- source_path: Scripts/xcode_build.sh
destination_path: scripts
# Git Hooks
- source_path: Scripts/git-hooks/pre-commit
destination_path: scripts/git-hooks