-
Notifications
You must be signed in to change notification settings - Fork 3.1k
First version of FxScreenGraph refactor #27187
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
base: main
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger Swift against 0008262 |
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.
Was curious to look at the refactor, I have minor nits comments!
// file, You can obtain one at http://mozilla.org/MPL/2.0/ | ||
import XCTest |
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.
nit, spacing
// file, You can obtain one at http://mozilla.org/MPL/2.0/ | |
import XCTest | |
// file, You can obtain one at http://mozilla.org/MPL/2.0/ | |
import XCTest |
} | ||
} | ||
|
||
// swiftlint:disable all |
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.
Could we disable only the specific rules that were causing an issue here? I think this would be better than disabling all
} | ||
} | ||
|
||
// swiftlint:enable all |
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.
There's no swiftlint:disable
I think in this file, so this swiftlint enable doesn't seem necessary?
This pull request has conflicts when rebasing. Could you fix it @mdotb-moz? 🙏 |
📜 Tickets
Jira ticket
💡 Description
This PR implements the refactor of the FxScreenGraph, splitting the monolithic into several specific navigation files.
🎥 Demos
📝 Checklist
@Mergifyio backport release/v120
)