2022-07-06 14:49:05 +01:00
|
|
|
--swiftversion 5.6
|
|
|
|
|
2023-03-08 17:04:31 +01:00
|
|
|
--exclude ElementX/Sources/Generated,vendor,**/Package.swift,ElementX/Sources/Mocks/Generated
|
2022-07-06 14:49:05 +01:00
|
|
|
|
|
|
|
--disable wrapMultiLineStatementBraces
|
|
|
|
--disable hoistPatternLet
|
2024-01-11 16:35:03 +02:00
|
|
|
--disable preferForLoop
|
2022-07-06 14:49:05 +01:00
|
|
|
|
|
|
|
--commas inline
|
|
|
|
--ifdef no-indent
|
|
|
|
--nospaceoperators ...,..<
|
|
|
|
--stripunusedargs closure-only
|
|
|
|
--trimwhitespace nonblank-lines
|
2023-02-15 08:53:10 +00:00
|
|
|
--wraparguments after-first
|
2022-07-06 14:49:05 +01:00
|
|
|
--wrapparameters after-first
|
|
|
|
--redundanttype inferred
|
|
|
|
--emptybraces spaced
|