This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Exclude checkout directories for common package managers | |
--exclude Pods,**/.build,**/Package.swift,vendor/bundle,scripts,fastlane,**/L10n.swift,**/Assets.swift,**/*.generated.swift | |
# options | |
--swiftversion 5.7 | |
--indent 2 #indent | |
--indentstrings true #indent | |
--someAny disabled # opaqueGenericParameters | |
--wraparguments before-first # wrapArguments | |
--wrapparameters before-first # wrapArguments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
excluded: | |
- ${PWD}/Carthage | |
- ${PWD}/Pods | |
- ${PWD}/DerivedData | |
- Package.swift | |
included: | |
- ${PWD} | |
force_cast: warning |