scancode-server
scancode-server copied to clipboard
This project is no longer maintained. Visit https://github.com/nexB/scancode.io/ instead for similar and current project
The imports have to be re-ordered in compliance with the pep-8 coding guide lines.
The document of the scancode server could be build using Sphinx.
Signed-off-by: Ranvir Singh [email protected]
There is a need to create a single installation script for the `scancode-server`. This will lead to easier installation procedure.
Avoid the use of kwargs and args whenever possible.
I am working on the deployment of the scancode server on the EC2 console using the Amazon web services.
Signed-off-by: rajukoushik
So, we can apply the following command into the terminal to get all the information about the files to be scanned before the real scan is applied. The results include...
The documentation could be accessed by the index.html file present at `scancode-server/docs/build/html/index.html`. To edit and build the documentation - Change the current directory to docs and then run the command...
Recently we added a whole lot untested code into the repository. This ticket is created to keep in mind that tests are needed to be written for the stuff added...