This is a channel focused on ScanCode support and not as noisy as the main discuss channel
pombredanne on develop
(docs) update `--shallow` descr… Merge pull request #2959 from l… (compare)
pombredanne on 2971-distroless-system-packages
pombredanne on develop
Convert package data dict to Pa… Convert package data in Package… Merge pull request #2973 from n… (compare)
johnmhoran on 2945-file-cat
Add file-cat rule tests Refere… (compare)
johnmhoran on 2945-file-cat
Rename precise_license_detectio… Update CHANGELOG #2967 * L… Merge pull request #2968 from n… and 1 more (compare)
JonoYang on 2967-rename-precise-license-detection
JonoYang on develop
Rename precise_license_detectio… Update CHANGELOG #2967 * L… Merge pull request #2968 from n… (compare)
JonoYang on 2971-distroless-system-packages
Convert package data in Package… (compare)
Yes, that's what I was trying to communicate. So that under the {{Creative Commons Attribution 4.0 International License}} (the "License");
won't match under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.
The key_phrase_span
is a single key phrase.
Yes, that's what I was trying to communicate. So that under the {{Creative Commons Attribution 4.0 International License}} (the "License"); won't match under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
yes, remember my comment on your PR... if you have a only one rule in your test index, the univers of unknown words is very large :D
That was just a bad attempt to make my example easier to run, the same problem persists when running as a datadriven test (they use the full index right?). Hence why I am taking another look.
cc-by-nc-sa-4.0
match IMHO
--max-in-memory
to use disk-caching...
Thanks so much for the answer :) Unfortunately I still can't exclude the unwanted folder. I generated the glob pattern like in below photo using https://regex101.com/ but nothing changed, the scancode scanned all the content from the path.
Just to show better what I've tried, here is my structure:
C/
├─ workspace/
│ ├─ UNWANTED/
│ ├─ folder_1/
│ ├─ folder_2/
│ ├─ folder_n/
│ ├─ file_1
│ ├─ file_2
│ ├─ file_n
and the command:
C:\workspace>scancode --ignore "./UNWANTED/." -l --html C:/scan_log.html C:/workspace
I've also tried the --ignore "./UNWANTED/." as last parameter, also with r before glob pattern but nothing changed...
Maybe I miss some basic stuff?