Skip to content

Commit

Permalink
remove reek module
Browse files Browse the repository at this point in the history
Relates to #8749

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Apr 27, 2022
1 parent 7564e2e commit f05dea7
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 225 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ The layer can check on a recipe-level or on an image-level.
| pysymcheck | Check binaries for forbidden function usage | https://github.com/priv-kweihmann/pysymbolcheck | | | | x | | | | | | | | | | | | x | | | x | | |
| rats | Check on insecurities in several languages | https://github.com/redNixon/rats | | | | x | | x | x | x | | x | | | | | | | | | x | | |
| reconbf | security audit tool | https://github.com/HewlettPackard/reconbf | | | x | | | | | | | | | x | | | | | | | x | | |
| reek | Code smell detector for Ruby | https://github.com/troessner/reek | meta-rubygems, manual enable | | | x | | | | | | | | | | | | | | x | | | x |
| retire | Check for known vulnerabilities in javascript and NPM | https://retirejs.github.io/retire.js/ | meta-oe, manual enable | x | | x | | | | | x | | | | | | | | x | | x | | |
| reuse | Scan code for license information | https://github.com/fsfe/reuse-tool | | | | x | | | | | | | | | | | | | | x | x | | |
| revive | GO linter | https://github.com/mgechev/revive | | | | x | | | | | | | x | | | | | | | | | x | x |
Expand Down Expand Up @@ -316,7 +315,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [pysymcheck](docs/conf/module/pysymcheck.md)
- [rats](docs/conf/module/rats.md)
- [reconbf](docs/conf/module/reconbf.md)
- [reek](docs/conf/module/reek.md)
- [retire](docs/conf/module/retire.md)
- [reuse](docs/conf/module/reuse.md)
- [revive](docs/conf/module/revive.md)
Expand Down
1 change: 0 additions & 1 deletion classes/sca-blacklist.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ SCA_BLACKLIST_pyright ?= ""
SCA_BLACKLIST_pysymcheck ?= ""
SCA_BLACKLIST_rats ?= ""
SCA_BLACKLIST_reconbf ?= ""
SCA_BLACKLIST_reek ?= ""
SCA_BLACKLIST_retire ?= ""
SCA_BLACKLIST_revive ?= "openssh"
SCA_BLACKLIST_ropgadget ?= "linux-.*"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ SCA_AVAILABLE_MODULES ?= "\
"
# additional layer requirements
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"
SCA_AVAILABLE_MODULES[reek] = "rubygems"
SCA_AVAILABLE_MODULES[retire] = "openembedded-layer"
SCA_AVAILABLE_MODULES[rubycritic] = "rubygems"
SCA_AVAILABLE_MODULES[secretlint] = "openembedded-layer"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-recipe.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
pylint \
pysymcheck \
rats \
reek \
retire \
reuse \
revive \
Expand Down
94 changes: 0 additions & 94 deletions classes/sca-reek.bbclass

This file was deleted.

61 changes: 0 additions & 61 deletions docs/conf/module/reek.md

This file was deleted.

1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pylint,Python linter,https://github.com/PyCQA/pylint,,,x,x,,,x,,,,,,,,,,,,,x,x
pysymcheck,Check binaries for forbidden function usage,https://github.com/priv-kweihmann/pysymbolcheck,,,,x,,,,,,,,,,,,x,,,x,,
rats,Check on insecurities in several languages,https://github.com/redNixon/rats,,,,x,,x,x,x,,x,,,,,,,,,x,,
reconbf,security audit tool,https://github.com/HewlettPackard/reconbf,,,x,,,,,,,,,x,,,,,,,x,,
reek,Code smell detector for Ruby,https://github.com/troessner/reek,"meta-rubygems, manual enable",,,x,,,,,,,,,,,,,,x,,,x
retire,Check for known vulnerabilities in javascript and NPM,https://retirejs.github.io/retire.js/,"meta-oe, manual enable",x,,x,,,,,x,,,,,,,,x,,x,,
reuse,Scan code for license information,https://github.com/fsfe/reuse-tool,,,,x,,,,,,,,,,,,,,x,x,,
revive,GO linter,https://github.com/mgechev/revive,,,,x,,,,,,,x,,,,,,,,,x,x
Expand Down
Empty file.
Empty file.

This file was deleted.

28 changes: 0 additions & 28 deletions recipes-sca/reek-sca-native/files/reek.sca.description

This file was deleted.

16 changes: 0 additions & 16 deletions recipes-sca/reek-sca-native/reek-sca-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_metaruby.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
inspec
reek
rubycritic

0 comments on commit f05dea7

Please sign in to comment.