2022-07-06 14:49:05 +01:00
|
|
|
--swiftversion 5.6
|
|
|
|
|
2025-02-24 18:36:08 +00:00
|
|
|
--exclude **/Sources/**/Generated,vendor,**/Package.swift,Secrets/**
|
2022-07-06 14:49:05 +01:00
|
|
|
|
|
|
|
--disable wrapMultiLineStatementBraces
|
|
|
|
--disable hoistPatternLet
|
2024-01-11 16:35:03 +02:00
|
|
|
--disable preferForLoop
|
2024-06-11 16:38:33 +03:00
|
|
|
--disable consistentSwitchCaseSpacing
|
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
|