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

Fix whitespace issue in rewriter of redundant_optional_initialization rule #4795

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

SimplyDanny
Copy link
Collaborator

Fixes #4794.

@SimplyDanny SimplyDanny enabled auto-merge (squash) March 4, 2023 11:33
@SwiftLintBot
Copy link

18 Messages
📖 Linting Aerial with this PR took 0.14s vs 0.16s on main (12% faster)
📖 Linting Alamofire with this PR took 0.12s vs 0.13s on main (7% faster)
📖 Linting Brave with this PR took 0.57s vs 0.57s on main (0% slower)
📖 Linting DuckDuckGo with this PR took 0.3s vs 0.3s on main (0% slower)
📖 Linting Firefox with this PR took 0.52s vs 0.53s on main (1% faster)
📖 Linting Kickstarter with this PR took 0.69s vs 0.69s on main (0% slower)
📖 Linting Moya with this PR took 0.12s vs 0.12s on main (0% slower)
📖 Linting NetNewsWire with this PR took 0.25s vs 0.25s on main (0% slower)
📖 Linting Nimble with this PR took 0.09s vs 0.09s on main (0% slower)
📖 Linting PocketCasts with this PR took 0.54s vs 0.54s on main (0% slower)
📖 Linting Quick with this PR took 0.06s vs 0.06s on main (0% slower)
📖 Linting Realm with this PR took 0.5s vs 0.52s on main (3% faster)
📖 Linting SourceKitten with this PR took 0.08s vs 0.08s on main (0% slower)
📖 Linting Sourcery with this PR took 0.22s vs 0.22s on main (0% slower)
📖 Linting Swift with this PR took 0.95s vs 0.97s on main (2% faster)
📖 Linting VLC with this PR took 0.15s vs 0.15s on main (0% slower)
📖 Linting Wire with this PR took 0.63s vs 0.63s on main (0% slower)
📖 Linting WordPress with this PR took 0.87s vs 0.86s on main (1% slower)

Generated by 🚫 Danger

@SimplyDanny SimplyDanny merged commit 128f37a into realm:main Mar 4, 2023
@SimplyDanny SimplyDanny deleted the fix-whitespace-rewrite branch March 4, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant Optional Initialization in multi-var declaration results in transposed space and ',' char
2 participants