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 preferForLoop
|
||||||
--disable consistentSwitchCaseSpacing
|
--disable consistentSwitchCaseSpacing
|
||||||
--disable docCommentsBeforeModifiers # throwing false positives in AuthenticationServiceProtocol on v0.58.0
|
--disable docCommentsBeforeModifiers # throwing false positives in AuthenticationServiceProtocol on v0.58.0
|
||||||
|
--disable emptyExtensions
|
||||||
|
|
||||||
--commas inline
|
--commas inline
|
||||||
--ifdef no-indent
|
--ifdef no-indent
|
||||||
|
|||||||
Reference in New Issue
Block a user