Disable swiftformat emptyExtensions rule as it clashes with Sourcery's AutoMockables
This commit is contained in:
committed by
Stefan Ceriu
parent
b08da80e18
commit
2bb26efbe1
@@ -7,6 +7,7 @@
|
||||
--disable preferForLoop
|
||||
--disable consistentSwitchCaseSpacing
|
||||
--disable docCommentsBeforeModifiers # throwing false positives in AuthenticationServiceProtocol on v0.58.0
|
||||
--disable emptyExtensions
|
||||
|
||||
--commas inline
|
||||
--ifdef no-indent
|
||||
|
||||
Reference in New Issue
Block a user