Skip to content

Commit

Permalink
remove standard 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 f262d55 commit 10dce49
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 294 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ The layer can check on a recipe-level or on an image-level.
| shellcheck | Shell script linter | https://github.com/koalaman/shellcheck | | | x | x | | | | x | | | | | | | | | | | | x | x |
| slick | Shell script linter | https://github.com/mcandre/slick | | | x | x | | | | x | | | | | | | | | | | | x | |
| sparse | C linter | https://sparse.wiki.kernel.org/index.php/Main_Page | | | | x | x | | | | | | | | | | | | | | | x | |
| standard | Javascript linter | https://github.com/standard/standard | meta-oe, manual enable | x | x | x | | | | | x | | | | | | | | | | | x | x |
| stank | Shell script linter | https://github.com/mcandre/stank | | | x | x | | | | x | | | | | | | | | | | | x | x |
| stylelint | CSS/SCSS linter | https://github.com/stylelint/stylelint | meta-oe, manual enable | | x | x | | | | | | | | | | | | | | x | | | x |
| sudokiller | check on sudo | https://github.com/TH3xACE/SUDO_KILLER | | | x | | | | | | | | | x | | | | | | | x | | |
Expand Down Expand Up @@ -319,7 +318,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [shellcheck](docs/conf/module/shellcheck.md)
- [slick](docs/conf/module/slick.md)
- [sparse](docs/conf/module/sparse.md)
- [standard](docs/conf/module/standard.md)
- [stank](docs/conf/module/stank.md)
- [stylelint](docs/conf/module/stylelint.md)
- [sudokiller](docs/conf/module/sudokiller.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 @@ -59,7 +59,6 @@ SCA_BLACKLIST_setuptoolslint ?= ""
SCA_BLACKLIST_shellcheck ?= ""
SCA_BLACKLIST_slick ?= "openssh"
SCA_BLACKLIST_sparse ?= ""
SCA_BLACKLIST_standard ?= "linux-.*"
SCA_BLACKLIST_stank ?= "openssh"
SCA_BLACKLIST_stylelint ?= "linux-.*"
SCA_BLACKLIST_sudokiller ?= ""
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[standard] = "openembedded-layer"
SCA_AVAILABLE_MODULES[stylelint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[textlint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[wotan] = "openembedded-layer"
Expand Down
1 change: 0 additions & 1 deletion classes/sca-on-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
reconbf \
shellcheck \
slick \
standard \
stank \
stylelint \
sudokiller \
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 @@ -59,7 +59,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
shellcheck \
slick \
sparse \
standard \
stank \
stylelint \
systemdlint \
Expand Down
112 changes: 0 additions & 112 deletions classes/sca-standard-core.bbclass

This file was deleted.

13 changes: 0 additions & 13 deletions classes/sca-standard-image.bbclass

This file was deleted.

14 changes: 0 additions & 14 deletions classes/sca-standard-recipe.bbclass

This file was deleted.

2 changes: 0 additions & 2 deletions docs/conf/examples/img_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ SCA_ENABLED_MODULES_IMAGE = "\
pyfindinjection \
pylint \
shellcheck \
standard \
stylelint \
systemdlint \
tiger \
Expand Down Expand Up @@ -72,7 +71,6 @@ SCA_ENABLED_MODULES_RECIPE = "\
safety \
shellcheck \
sparse \
standard \
stylelint \
tscancode \
vulture \
Expand Down
1 change: 0 additions & 1 deletion docs/conf/examples/img_secure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
pyfindinjection \
pylint \
shellcheck \
standard \
systemdlint \
tiger \
upc \
Expand Down
1 change: 0 additions & 1 deletion docs/conf/examples/web_inflight.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ SCA_SCOPE_FILTER = "security functional style"
SCA_ENABLED_MODULES_RECIPE = "\
flake8 \
jsonlint \
standard \
stylelint \
"
```
Expand Down
61 changes: 0 additions & 61 deletions docs/conf/module/standard.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 @@ -56,7 +56,6 @@ setuptoolslint,Lint python-setup.py,https://github.com/johnnoone/setuptools-pyli
shellcheck,Shell script linter,https://github.com/koalaman/shellcheck,,,x,x,,,,x,,,,,,,,,,,,x,x
slick,Shell script linter,https://github.com/mcandre/slick,,,x,x,,,,x,,,,,,,,,,,,x,
sparse,C linter,https://sparse.wiki.kernel.org/index.php/Main_Page,,,,x,x,,,,,,,,,,,,,,,x,
standard,Javascript linter,https://github.com/standard/standard,"meta-oe, manual enable",x,x,x,,,,,x,,,,,,,,,,,x,x
stank,Shell script linter,https://github.com/mcandre/stank,,,x,x,,,,x,,,,,,,,,,,,x,x
stylelint,CSS/SCSS linter,https://github.com/stylelint/stylelint,"meta-oe, manual enable",,x,x,,,,,,,,,,,,,,x,,,x
sudokiller,check on sudo,https://github.com/TH3xACE/SUDO_KILLER,,,x,,,,,,,,,x,,,,,,,x,,
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

32 changes: 0 additions & 32 deletions recipes-sca/standard-native/files/standard.sca.description

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-sca/standard-native/standard-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_metaoe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
standard
stylelint
textlint
wotan

0 comments on commit 10dce49

Please sign in to comment.