-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fe3b31
commit 35ce8d6
Showing
19 changed files
with
1,334 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--exclude .build | ||
|
||
--swiftversion 5.6 | ||
--self remove | ||
--importgrouping testable-bottom | ||
--commas inline | ||
--trimwhitespace always | ||
--indent 4 | ||
--ifdef no-indent | ||
--indentstrings true | ||
--wraparguments before-first | ||
--wrapparameters before-first | ||
--wrapcollections before-first | ||
--wrapconditions before-first | ||
--wrapreturntype if-multiline | ||
--closingparen same-line | ||
--wraptypealiases before-first | ||
--funcattributes prev-line | ||
--typeattributes prev-line | ||
--wrapternary before-operators | ||
--extensionacl on-declarations | ||
--patternlet hoist | ||
--redundanttype inferred | ||
--emptybraces no-space | ||
--operatorfunc spaced | ||
--maxwidth 130 | ||
|
||
# file options | ||
#--exclude Package.swift | ||
|
||
# rules | ||
--rules anyObjectProtocol | ||
--rules blankLinesBetweenScopes | ||
--rules consecutiveSpaces | ||
--rules consecutiveBlankLines | ||
--rules duplicateImports | ||
--rules extensionAccessControl | ||
--rules hoistPatternLet | ||
--rules indent | ||
--rules redundantParens | ||
--rules redundantReturn | ||
--rules redundantSelf | ||
--rules redundantType | ||
--rules redundantPattern | ||
--rules redundantGet | ||
--rules redundantFileprivate | ||
--rules redundantRawValues | ||
--rules sortImports | ||
--rules sortDeclarations | ||
--rules strongifiedSelf | ||
--rules trailingCommas | ||
--rules trailingSpace | ||
--rules typeSugar | ||
--rules wrap | ||
--rules wrapMultilineStatementBraces | ||
--rules wrapArguments | ||
--rules wrapAttributes | ||
--rules braces | ||
--rules redundantClosure | ||
--rules redundantInit | ||
--rules redundantVoidReturnType | ||
--rules unusedArguments | ||
--rules spaceInsideBrackets | ||
--rules spaceInsideBraces | ||
--rules spaceAroundBraces | ||
--rules spaceInsideParens | ||
--rules spaceAroundParens | ||
--rules enumNamespaces | ||
--rules spaceAroundComments | ||
--rules spaceInsideComments | ||
--rules spaceAroundOperators | ||
--rules blankLinesAtStartOfScope | ||
--rules blankLinesAtEndOfScope | ||
--rules emptyBraces | ||
--rules andOperator |
Oops, something went wrong.