Skip to content

Commit

Permalink
remove eslint 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 25, 2022
1 parent 7f87486 commit f1ef3a3
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 353 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ The layer can check on a recipe-level or on an image-level.
| darglint | Python docstring linter | https://github.com/terrencepreilly/darglint | | | | x | | | x | | | | | | | | | | | | | | x |
| dennis | I18N linter | https://github.com/willkg/dennis/ | | | | x | | | | | | | | | | | | | | x | | x | x |
| detectsecrets | Detect hardcoded secrets in code | https://github.com/Yelp/detect-secrets | | | x | x | | | | | | | | | | | | | x | | x | x | |
| eslint | Javascript linter | https://github.com/eslint/eslint | meta-oe, manual enable | x | x | x | | | | | x | | | | | | | | | | | x | |
| flake8 | Python linter | http://flake8.pycqa.org/en/latest/ | | | x | x | | | x | | | | | | | | | | | | | x | x |
| flawfinder | C/C++ security linter | https://github.com/david-a-wheeler/flawfinder | | | | x | x | x | | | | | | | | | | | | | x | | |
| flint | C/C++ linter | https://github.com/JossWhittle/FlintPlusPlus | | | | x | x | x | | | | | | | | | | | | | | x | |
Expand Down Expand Up @@ -295,7 +294,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [darglint](docs/conf/module/darglint.md)
- [dennis](docs/conf/module/dennis.md)
- [detectsecrets](docs/conf/module/detectsecrets.md)
- [eslint](docs/conf/module/eslint.md)
- [flake8](docs/conf/module/flake8.md)
- [flawfinder](docs/conf/module/flawfinder.md)
- [flint++](docs/conf/module/flint++.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 @@ -17,7 +17,6 @@ SCA_BLACKLIST_cvecheck ?= ""
SCA_BLACKLIST_darglint ?= ""
SCA_BLACKLIST_dennis ?= "linux-.*"
SCA_BLACKLIST_detectsecrets ?= "linux-.*"
SCA_BLACKLIST_eslint ?= "linux-.*"
SCA_BLACKLIST_flake8 ?= ""
SCA_BLACKLIST_flawfinder ?= ""
SCA_BLACKLIST_flint ?= "linux-.*"
Expand Down
111 changes: 0 additions & 111 deletions classes/sca-eslint-core.bbclass

This file was deleted.

14 changes: 0 additions & 14 deletions classes/sca-eslint-image.bbclass

This file was deleted.

15 changes: 0 additions & 15 deletions classes/sca-eslint-recipe.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ SCA_AVAILABLE_MODULES ?= "\
yara \
"
# additional layer requirements
SCA_AVAILABLE_MODULES[eslint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[htmlhint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"
SCA_AVAILABLE_MODULES[jshint] = "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 @@ -18,7 +18,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
checksec \
configcheck \
detectsecrets \
eslint \
flake8 \
htmlhint \
inspec \
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 @@ -23,7 +23,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
darglint \
dennis \
detectsecrets \
eslint \
flake8 \
flawfinder \
flint \
Expand Down
2 changes: 0 additions & 2 deletions docs/conf/examples/img_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ SCA_ENABLED_MODULES_IMAGE = "\
checkbashism \
configcheck \
detectsecrets \
eslint \
flake8 \
htmlhint \
jsonlint \
Expand Down Expand Up @@ -59,7 +58,6 @@ SCA_ENABLED_MODULES_RECIPE = "\
darglint \
dennis \
detectsecrets \
eslint \
flake8 \
flint \
gcc \
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 @@ -23,7 +23,6 @@ SCA_ENABLE_BESTOF = "0"
SCA_VERBOSE_OUTPUT = "0"
SCA_SCOPE_FILTER = "security functional style"
SCA_ENABLED_MODULES_RECIPE = "\
eslint \
flake8 \
htmlhint \
jsonlint \
Expand Down
67 changes: 0 additions & 67 deletions docs/conf/module/eslint.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 @@ -14,7 +14,6 @@ cvecheck,Check for unpatched CVEs,https://github.com/clearlinux/cve-check-tool,m
darglint,Python docstring linter,https://github.com/terrencepreilly/darglint,,,,x,,,x,,,,,,,,,,,,,,x
dennis,I18N linter,https://github.com/willkg/dennis/,,,,x,,,,,,,,,,,,,,x,,x,x
detectsecrets,Detect hardcoded secrets in code,https://github.com/Yelp/detect-secrets,,,x,x,,,,,,,,,,,,,x,,x,x,
eslint,Javascript linter,https://github.com/eslint/eslint,"meta-oe, manual enable",x,x,x,,,,,x,,,,,,,,,,,x,
flake8,Python linter,http://flake8.pycqa.org/en/latest/,,,x,x,,,x,,,,,,,,,,,,,x,x
flawfinder,C/C++ security linter,https://github.com/david-a-wheeler/flawfinder,,,,x,x,x,,,,,,,,,,,,,x,,
flint,C/C++ linter,https://github.com/JossWhittle/FlintPlusPlus,,,,x,x,x,,,,,,,,,,,,,,x,
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

48 changes: 0 additions & 48 deletions recipes-sca/eslint-native/eslint-native_1.0.bb

This file was deleted.

18 changes: 0 additions & 18 deletions recipes-sca/eslint-native/eslint/configs/eslint-plain.json

This file was deleted.

Loading

0 comments on commit f1ef3a3

Please sign in to comment.