-
Notifications
You must be signed in to change notification settings - Fork 258
fix: unify plugins enable and qlty init behaviour for package_file and filters and more #2334
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
… and filters and more
2 new issues
|
Diff Coverage for ubuntu-latest: The code coverage on the diff in this pull request is 93.5%. Total Coverage for ubuntu-latest: This PR will increase coverage by 0.04%. File Coverage Changes
🛟 Help
|
Diff Coverage for macos-15: The code coverage on the diff in this pull request is 93.5%. Total Coverage for macos-15: This PR will increase coverage by 0.04%. File Coverage Changes
🛟 Help
|
if enable_plugins.contains_key(&plugin_initializer.plugin_name) { | ||
self.plugins_to_activate | ||
.entry(plugin_initializer.plugin_name.to_owned()) | ||
.or_default() | ||
.drivers | ||
.insert(driver_initializer.key(), driver_initializer.clone_box()); |
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 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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Fixes #2319