Skip to content

Commit

Permalink
remove rubycritic module
Browse files Browse the repository at this point in the history
and all ruby test code

Relates to #8749

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Apr 27, 2022
1 parent 48d2870 commit 13d107f
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 277 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ The layer can check on a recipe-level or on an image-level.
| reconbf | security audit tool | https://github.com/HewlettPackard/reconbf | | | 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 |
| rubycritic | Ruby linter | https://github.com/whitesmith/rubycritic/ | meta-rubygems, manual enable | | | x | | | | | | | | | | | | | | x | | | x |
| safety | Check for known vulnerabilities in python-packages | https://github.com/pyupio/safety | | | | x | | | x | | | | | | | | | | x | | x | | |
| scancode | Scan code for license information | https://github.com/nexB/scancode-toolkit | | | | x | | | | | | | | | | | | | | x | x | | |
| secretlint | Tool to prevent committing credential | https://github.com/secretlint/secretlint | meta-oe, manual enable | | x | x | | | | | | | | | | | | | | x | x | | |
Expand Down Expand Up @@ -315,7 +314,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [reconbf](docs/conf/module/reconbf.md)
- [reuse](docs/conf/module/reuse.md)
- [revive](docs/conf/module/revive.md)
- [rubycritic](docs/conf/module/rubycritic.md)
- [safety](docs/conf/module/safety.md)
- [scancode](docs/conf/module/scancode.md)
- [secretlint](docs/conf/module/secretlint.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 @@ -53,7 +53,6 @@ SCA_BLACKLIST_pysymcheck ?= ""
SCA_BLACKLIST_rats ?= ""
SCA_BLACKLIST_reconbf ?= ""
SCA_BLACKLIST_revive ?= "openssh"
SCA_BLACKLIST_rubycritic ?= ""
SCA_BLACKLIST_safety ?= ""
SCA_BLACKLIST_scancode ?= ""
SCA_BLACKLIST_secretlint ?= ""
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[rubycritic] = "rubygems"
SCA_AVAILABLE_MODULES[secretlint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[standard] = "openembedded-layer"
SCA_AVAILABLE_MODULES[stylelint] = "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 @@ -53,7 +53,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
rats \
reuse \
revive \
rubycritic \
safety \
scancode \
secretlint \
Expand Down
122 changes: 0 additions & 122 deletions classes/sca-rubycritic.bbclass

This file was deleted.

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

This file was deleted.

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 @@ -50,7 +50,6 @@ rats,Check on insecurities in several languages,https://github.com/redNixon/rats
reconbf,security audit tool,https://github.com/HewlettPackard/reconbf,,,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
rubycritic,Ruby linter,https://github.com/whitesmith/rubycritic/,"meta-rubygems, manual enable",,,x,,,,,,,,,,,,,,x,,,x
safety,Check for known vulnerabilities in python-packages,https://github.com/pyupio/safety,,,,x,,,x,,,,,,,,,,x,,x,,
scancode,Scan code for license information,https://github.com/nexB/scancode-toolkit,,,,x,,,,,,,,,,,,,,x,x,,
setuptoolslint,Lint python-setup.py,https://github.com/johnnoone/setuptools-pylint,,,,x,,,x,,,,,,,,,,,,,x,
Expand Down
Empty file.
Empty file.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 1 addition & 2 deletions test/lang_metaruby.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
inspec
rubycritic
inspec

0 comments on commit 13d107f

Please sign in to comment.