Disable swiftformat emptyExtensions rule as it clashes with Sourcery's AutoMockables

This commit is contained in:
Stefan Ceriu
2026-01-27 08:44:47 +02:00
committed by Stefan Ceriu
parent b08da80e18
commit 2bb26efbe1

View File

@@ -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