Tweak swiftlint rules

This commit is contained in:
Francisco Gindre 2021-09-15 09:21:13 -03:00
parent edae717848
commit 185cbb4b91
1 changed files with 9 additions and 1 deletions

View File

@ -2,8 +2,12 @@
# https://github.com/raywenderlich/swift-style-guide
excluded:
- Example
- Pods
- xctemplates
- ZcashLightClientKitTests
included:
- ZcashLightClientKit
disabled_rules:
- notification_center_detachment
@ -115,6 +119,10 @@ identifier_name:
- x
- y
- z
- db
- n
- e
- r
indentation_width:
indentation_width: 4