File tree Expand file tree Collapse file tree 3 files changed +138
-222
lines changed Expand file tree Collapse file tree 3 files changed +138
-222
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ console_scripts =
158
158
scancode_pre_scan =
159
159
ignore = scancode.plugin_ignore:ProcessIgnore
160
160
facet = summarycode.facet:AddFacet
161
- classify = summarycode.classify :FileClassifier
161
+ classify = summarycode.classify_plugin :FileClassifier
162
162
163
163
164
164
# scancode_scan is the entry point for scan plugins that run a scan after the
@@ -186,9 +186,9 @@ scancode_post_scan =
186
186
license-clarity-score = summarycode.score:LicenseClarityScore
187
187
license-policy = licensedcode.plugin_license_policy:LicensePolicy
188
188
mark-source = scancode.plugin_mark_source:MarkSource
189
- is-license-text = licensedcode.plugin_license_text:IsLicenseText
190
189
filter-clues = cluecode.plugin_filter_clues:RedundantCluesFilter
191
190
consolidate = summarycode.plugin_consolidate:Consolidator
191
+ license-references = licensedcode.licenses_reference:LicenseReference
192
192
193
193
194
194
# scancode_output_filter is the entry point for filter plugins executed after
Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ scancode_post_scan =
186
186
license-clarity-score = summarycode.score:LicenseClarityScore
187
187
license-policy = licensedcode.plugin_license_policy:LicensePolicy
188
188
mark-source = scancode.plugin_mark_source:MarkSource
189
- is-license-text = licensedcode.plugin_license_text:IsLicenseText
190
189
filter-clues = cluecode.plugin_filter_clues:RedundantCluesFilter
191
190
consolidate = summarycode.plugin_consolidate:Consolidator
191
+ license-references = licensedcode.licenses_reference:LicenseReference
192
192
193
193
194
194
# scancode_output_filter is the entry point for filter plugins executed after
You can’t perform that action at this time.
0 commit comments