-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace several autocorrectable SwiftLint rules with SwiftFormat rules #287
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
only_rules: | ||
- colon | ||
- fatal_error_message | ||
- implicitly_unwrapped_optional | ||
- legacy_cggeometry_functions | ||
- legacy_constant | ||
- legacy_constructor | ||
- legacy_nsgeometry_functions | ||
- operator_usage_whitespace | ||
- return_arrow_whitespace | ||
Comment on lines
-9
to
-10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replaced by |
||
- trailing_newline | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replaced by |
||
- unused_optional_binding | ||
- vertical_whitespace | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replaced by |
||
- void_return | ||
- void_return # TODO: Replace with SwiftFormat void rule | ||
- unowned_variable_capture | ||
- custom_rules | ||
|
||
|
@@ -20,9 +15,6 @@ excluded: | |
- Pods | ||
- .build | ||
|
||
colon: | ||
apply_to_dictionaries: false | ||
|
||
indentation: 2 | ||
|
||
custom_rules: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced by
spaceAroundOperators