Skip to content
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

Remove duplicate lint #17

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Sources/RakuyoSwiftFormatTool/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ only_rules:
- legacy_constant
- legacy_constructor
- legacy_nsgeometry_functions
- operator_usage_whitespace
- return_arrow_whitespace
- trailing_newline
- unused_optional_binding
Expand Down Expand Up @@ -69,7 +68,6 @@ only_rules:
- empty_collection_literal
- file_name_no_space
- unavailable_condition
- comma_inheritance
- switch_case_alignment
- lower_acl_than_parent
- prefer_zero_over_explicit_init
Expand Down Expand Up @@ -123,10 +121,6 @@ force_unwrapping:
prohibited_interface_builder:
severity: error

operator_usage_whitespace:
skip_aligned_constants: false
allowed_no_space_operators: [] # Contains "…" and "..<"

implicit_return:
included: [closure, getter]

Expand Down
Loading