Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
install_requires=required,
entry_points={
"console_scripts": [
"fosslight_convert = fosslight_source.convert_scancode:main",
"fosslight_source = fosslight_source.cli:main",
"convert_scancode = fosslight_source.convert_scancode:main",
"run_scancode = fosslight_source.run_scancode:main"
]
}
Expand Down
4 changes: 0 additions & 4 deletions src/fosslight_source/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
Some files (ex- build script), binary files, directory and files in specific
directories (ex-test) are excluded from the result.

FOSSLight Convert Usage: fosslight_convert [option1] <arg1> [option2] <arg2>...

FOSSLigtht Converter converts the result of ScanCode in json format into FOSSLight Report format.

Options:
Optional
-p <source_path>\t Path to analyze source (Default: current directory)
Expand Down
168 changes: 0 additions & 168 deletions src/fosslight_source/convert_scancode.py

This file was deleted.

3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ deps =

commands =
fosslight_source -h
fosslight_convert -h

fosslight_source -p tests/test_files -o test_scan/scan_result.csv
cat test_scan/scan_result.csv

fosslight_source -p tests/test_files -m -j -o test_scan2/
ls test_scan2/

fosslight_convert -p tests/scancode_raw.json -o test_convert -f opossum

python tests/cli_test.py
pytest -v --flake8

Expand Down