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

refactor(lint): renames and code flattening #27386

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

bartlomieju
Copy link
Member

Working on loading plugin configuration for #27203
I encountered a lot of complexity, so did some drive-by cleanups to make it
easier to grok the code and have fewer duplicate names.

@bartlomieju bartlomieju requested a review from dsherret December 16, 2024 22:03
@@ -243,6 +248,9 @@ struct WorkspaceLinter {
file_count: usize,
}

type WorkspaceLinterFuture =
Pin<Box<dyn Future<Output = Result<(), AnyError>>>>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju enabled auto-merge (squash) December 17, 2024 01:22
@bartlomieju bartlomieju merged commit f9add94 into denoland:main Dec 17, 2024
17 checks passed
@bartlomieju bartlomieju deleted the cleanup_lint branch December 17, 2024 01:44
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.

2 participants