File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/matchcode_toolkit/pipelines Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 2323from scanpipe .pipelines .scan_single_package import ScanSinglePackage
2424from scanpipe .pipes import matchcode
2525
26+ from matchcode_toolkit .pipelines .fingerprint_codebase import FingerprintCodebase
2627
27- class ScanAndFingerprintPackage (ScanSinglePackage ):
28+
29+ class ScanAndFingerprintPackage (FingerprintCodebase , ScanSinglePackage ):
2830 """
2931 Scan a single package file or package archive with ScanCode-toolkit, then
3032 calculate the directory fingerprints of the codebase.
@@ -55,9 +57,3 @@ def steps(cls):
5557 "--classify" ,
5658 "--summary" ,
5759 ]
58-
59- def fingerprint_codebase (self ):
60- """
61- Compute directory fingerprints for matching purposes
62- """
63- matchcode .fingerprint_codebase_directories (self .project )
You can’t perform that action at this time.
0 commit comments