Skip to content
Snippets Groups Projects

Resolve "add ruby linter and shellcheck"

Merged Maximilian Dolling requested to merge 42-add-ruby-linter-and-shellcheck into dev
3 files
+ 52
13
Compare changes
  • Side-by-side
  • Inline

Files

@@ -18,11 +18,11 @@
**Software Name:** software-quality-assurance
**Software Location:** [gitext](https://gitext.gfz-potsdam.de/software/services/fair/software-quality-assurance)
**Software Location:** local
**Last Commit:** a48e381c383ab7aa89b8c3e51fe1f37b787cd5d1
**Last Commit:** 0
**Report Time:** 12/08/2020 10:07:06
**Report Time:** 0
**Report Version:** 0.5.0
@@ -34,7 +34,7 @@
> **Description: Prints the result of [gitleaks](https://github.com/zricethezav/gitleaks)**
**No leaks detected.**
**999 vulnerabilities found**
### list authors
@@ -56,11 +56,11 @@
|language|bytes of code|
|---|---|
|Dockerfile|5978|
|HTML|1358|
|Python|69288|
|Ruby|2509|
|Shell|23673|
|Dockerfile|0|
|HTML|0|
|Python|0|
|Ruby|0|
|Shell|0|
### list used licenses
@@ -72,10 +72,45 @@
|---|---|---|
|Apache 2.0|1|requests|
|GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0 AND CC-BY-SA-4.0|1|reuse|
|MIT|3|PyYAML <br> schema <br> stdlib-list|
|Python-2.0|8|datetime <br> json <br> os <br> pathlib <br> re <br> shutil <br> sys <br> time|
|MIT|4|PyYAML <br> httpretty <br> schema <br> stdlib-list|
|Python-2.0|10|datetime <br> importlib <br> json <br> os <br> pathlib <br> re <br> shutil <br> sys <br> time <br> unittest|
|mock|1|stdlib|
#### Unknown objects
**unknown language**
* src/services/apply-license/templates/dep5_template
* test/linter/pylintrc
* test/testfiles/unknown_language/test.testlanguage
**unknown license**
* Python / ./downloads/numpy-1.9.2-cp34-none-win32.whl / unknown location
* Python / Mopidy-Dirble / unsupported version modifier (~=1.1)
* Python / beautifulsoup4 / unknown version
* Python / coverage / unsupported version modifier (!=3.5)
* Python / django / unknown version
* Python / docopt / unsupported version modifier (>=0.5.0)
* Python / green / unknown version
* Python / http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win_amd64.whl / unknown location
* Python / keyring / unsupported version modifier (>=4.1.1)
* Python / nose / unknown version
* Python / nose-cov / unknown version
* Python / rejected / unknown version
### reuse linter
> **Description: Prints the result of the [reuse](https://reuse.software/spec/) linter**
Loading