bring analysis back

This commit is contained in:
Ivan Smolin 2016-02-01 16:14:33 +03:00
parent 54fff3c785
commit 3eeba9ceee
2 changed files with 10 additions and 0 deletions

7
LeadKit/.swiftlint.yml Normal file
View File

@ -0,0 +1,7 @@
disabled_rules:
- force_cast
- trailing_whitespace
excluded:
- Carthage
- Pods
line_length: 128

3
LeadKit/.tailor.yml Normal file
View File

@ -0,0 +1,3 @@
exclude:
- 'Pods'
- 'Carthage'