Skip to content

Commit 4314c57

Browse files
authored
Merge pull request #150 from fosslight/chore/removeConvert
Remove fosslight_convert
2 parents 70781d2 + 8445879 commit 4314c57

File tree

4 files changed

+0
-177
lines changed

4 files changed

+0
-177
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
install_requires=required,
3535
entry_points={
3636
"console_scripts": [
37-
"fosslight_convert = fosslight_source.convert_scancode:main",
3837
"fosslight_source = fosslight_source.cli:main",
39-
"convert_scancode = fosslight_source.convert_scancode:main",
4038
"run_scancode = fosslight_source.run_scancode:main"
4139
]
4240
}

src/fosslight_source/_help.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
Some files (ex- build script), binary files, directory and files in specific
1313
directories (ex-test) are excluded from the result.
1414
15-
FOSSLight Convert Usage: fosslight_convert [option1] <arg1> [option2] <arg2>...
16-
17-
FOSSLigtht Converter converts the result of ScanCode in json format into FOSSLight Report format.
18-
1915
Options:
2016
Optional
2117
-p <source_path>\t Path to analyze source (Default: current directory)

src/fosslight_source/convert_scancode.py

Lines changed: 0 additions & 168 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ deps =
3434

3535
commands =
3636
fosslight_source -h
37-
fosslight_convert -h
3837

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

4241
fosslight_source -p tests/test_files -m -j -o test_scan2/
4342
ls test_scan2/
4443

45-
fosslight_convert -p tests/scancode_raw.json -o test_convert -f opossum
46-
4744
python tests/cli_test.py
4845
pytest -v --flake8
4946

0 commit comments

Comments
 (0)