-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add SwiftLint rule to prevent multiple variable declarations on one line #5990
base: main
Are you sure you want to change the base?
Add SwiftLint rule to prevent multiple variable declarations on one line #5990
Conversation
Generated by 🚫 Danger |
Thank you for the contribution! Here are some general remarks:
|
Thank you @SimplyDanny, yes it was unnecessary to have unit tests for it, I think now it'll work properly. |
Danger doesn't like merge commits, that's all. You need to rebase your branch onto |
@SimplyDanny I'm trying to rebase on main but I'm afraid of messing everything up actually, as there is conflicts while rebasing and I'm afraid of not including your changes 😬 |
You definitely messed something up. You can try to rebase again and throw away all commits that are not yours or duplicates of commits you have created previously. There shouldn't be any conflicts apart from maybe CHANGELOG.md, which would be easy to resolve. |
25b3805
to
7f6556e
Compare
7f6556e
to
92b6a81
Compare
@SimplyDanny the git now is fixed and everything is ready 👍🏼 |
Commits look okay now. But there's still a few things to consider. Did you read my other comment carefully? |
for the issue:
Rule Request: Avoid multiple statements on a single line separated with semicolons #5829