refactor(linter/plugins): reorder callback wrapper functions#18760
Merged
graphite-app[bot] merged 1 commit intomainfrom Jan 31, 2026
Merged
Conversation
This was referenced Jan 31, 2026
Member
Author
This was referenced Jan 31, 2026
a01133c to
f313db3
Compare
29753d5 to
2f20192
Compare
f313db3 to
c38f130
Compare
2f20192 to
430606e
Compare
430606e to
d917477
Compare
c38f130 to
9b8cf57
Compare
Contributor
Merge activity
|
camc314
approved these changes
Jan 31, 2026
9b8cf57 to
82d5d37
Compare
d917477 to
430606e
Compare
430606e to
91ae2f0
Compare
82d5d37 to
1cda019
Compare
Pure refactor. Re-order code so create/destroy workspace-related code is last, making order consistent across the codebase.
91ae2f0 to
6b14dec
Compare
1cda019 to
64ddbe1
Compare
Base automatically changed from
om/01-31-refactor_linter_plugins_move_imports_to_top_level
to
main
January 31, 2026 16:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pure refactor. Re-order code so create/destroy workspace-related code is last, making order consistent across the codebase.