Skip to content

Commit

Permalink
Merge pull request #150 from fosslight/chore/removeConvert
Browse files Browse the repository at this point in the history
Remove fosslight_convert
  • Loading branch information
soimkim authored Nov 7, 2023
2 parents 70781d2 + 8445879 commit 4314c57
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 177 deletions.
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

0 comments on commit 4314c57

Please sign in to comment.