-
Notifications
You must be signed in to change notification settings - Fork 314
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
Plugin cleanups #7928
Plugin cleanups #7928
Conversation
@@ -21,13 +21,21 @@ package org.ossreviewtoolkit.advisor | |||
|
|||
import java.util.ServiceLoader | |||
|
|||
import org.ossreviewtoolkit.utils.common.Plugin |
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.
commit-msg: "property in the was not" Something is wrong here, guess "in the" can be dropped.
generall-> generally
…ions For some plugin types, the conventional `ALL` property was not defined in the actual plugin implementation, but in a class managing the plugin implementations. Resolve this inconsistency by generally defining the `ALL` properties in the belonging plugin implementation to prepare for an upcoming change that inspects plugin implementations. Signed-off-by: Sebastian Schuberth <[email protected]>
Signed-off-by: Sebastian Schuberth <[email protected]>
750e4e4
to
87ae991
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7928 +/- ##
=========================================
Coverage 66.99% 66.99%
Complexity 2041 2041
=========================================
Files 356 356
Lines 17103 17103
Branches 2443 2443
=========================================
Hits 11459 11459
Misses 4623 4623
Partials 1021 1021
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please have a look at the individual commit messages for the details.