Skip to content

Commit

Permalink
Enable facet plugin #357
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Jun 7, 2018
1 parent f357fe9 commit 416f18f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def read(*names, **kwargs):
# See also plugincode.pre_scan module for details and doc.
'scancode_pre_scan': [
'ignore = scancode.plugin_ignore:ProcessIgnore',
'facet = summarycode.plugin_facet:AddFacet',
],

# scancode_scan is the entry point for scan plugins that run a scan
Expand Down Expand Up @@ -240,9 +241,9 @@ def read(*names, **kwargs):
#
# See also plugincode.post_scan module for details and doc.
'scancode_post_scan': [
'license-summary = scancode.plugin_license_summary:LicenseSummary',
'copyright-summary = scancode.plugin_copyright_summary:CopyrightSummary',
'programming-language-summary = scancode.plugin_programming_language_summary:LanguageSummary',
'license-summary = summarycode.plugin_license_summary:LicenseSummary',
'copyright-summary = summarycode.plugin_copyright_summary:CopyrightSummary',
'programming-language-summary = summarycode.plugin_programming_language_summary:LanguageSummary',
'license-policy = scancode.plugin_license_policy:LicensePolicy',
'mark-source = scancode.plugin_mark_source:MarkSource',
'package-root = scancode.plugin_package:PackageRootSummarizer',
Expand Down

0 comments on commit 416f18f

Please sign in to comment.