Skip to content

Commit

Permalink
remove cspell 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 be4cca8 commit 7f87486
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 332 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ The layer can check on a recipe-level or on an image-level.
| configcheck | Check application configurations | | | | x | | | | | | | | | | | | | | | x | | x | |
| cppcheck | C/C++ linter | https://github.com/danmar/cppcheck | | | | x | x | x | | | | | | | | | | | | | x | x | x |
| cpplint | C/C++ linter | https://github.com/cpplint/cpplint | | | | x | x | x | | | | | | | | | | | | | x | x | x |
| cspell | Spelling linter | https://github.com/Jason3S/cspell | meta-oe, manual enable | x | | x | | | | | | | | | | x | | | | | | | x |
| cvecheck | Check for unpatched CVEs | https://github.com/clearlinux/cve-check-tool | manual enable | x | | x | | | | | | | | | | | | | x | | x | | |
| darglint | Python docstring linter | https://github.com/terrencepreilly/darglint | | | | x | | | x | | | | | | | | | | | | | | x |
| dennis | I18N linter | https://github.com/willkg/dennis/ | | | | x | | | | | | | | | | | | | | x | | x | x |
Expand Down Expand Up @@ -292,7 +291,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [configcheck](docs/conf/module/configcheck.md)
- [cppcheck](docs/conf/module/cppcheck.md)
- [cpplint](docs/conf/module/cpplint.md)
- [cspell](docs/conf/module/cspell.md)
- [cvecheck](docs/conf/module/cvecheck.md)
- [darglint](docs/conf/module/darglint.md)
- [dennis](docs/conf/module/dennis.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 @@ -13,7 +13,6 @@ SCA_BLACKLIST_cmake ?= ""
SCA_BLACKLIST_configcheck ?= ""
SCA_BLACKLIST_cppcheck ?= "linux-.*"
SCA_BLACKLIST_cpplint ?= "linux-.*"
SCA_BLACKLIST_cspell ?= "linux-.*"
SCA_BLACKLIST_cvecheck ?= ""
SCA_BLACKLIST_darglint ?= ""
SCA_BLACKLIST_dennis ?= "linux-.*"
Expand Down
138 changes: 0 additions & 138 deletions classes/sca-cspell.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[cspell] = "openembedded-layer"
SCA_AVAILABLE_MODULES[eslint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[htmlhint] = "openembedded-layer"
SCA_AVAILABLE_MODULES[inspec] = "openembedded-layer rubygems"
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 @@ -19,7 +19,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
cmake \
cppcheck \
cpplint \
cspell \
cvecheck \
darglint \
dennis \
Expand Down
91 changes: 0 additions & 91 deletions docs/conf/module/cspell.md

This file was deleted.

2 changes: 1 addition & 1 deletion dynamic-distro/scatest/code-from-elsewhere/bad-spelling.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ inherit sca

SCA_SEVERITY_TRANSFORM_EXTRA += "cspell.*=warning"

SCA_ENABLED_MODULES = "bitbake cspell"
SCA_ENABLED_MODULES = "bitbake"
1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cmake,Cmake compiler issues,,,,,x,x,x,,,,,,,,,,,,,,x,
configcheck,Check application configurations,,,,x,,,,,,,,,,,,,,,x,,x,
cppcheck,C/C++ linter,https://github.com/danmar/cppcheck,,,,x,x,x,,,,,,,,,,,,,x,x,x
cpplint,C/C++ linter,https://github.com/cpplint/cpplint,,,,x,x,x,,,,,,,,,,,,,x,x,x
cspell,Spelling linter,https://github.com/Jason3S/cspell,"meta-oe, manual enable",x,,x,,,,,,,,,,x,,,,,,,x
cvecheck,Check for unpatched CVEs,https://github.com/clearlinux/cve-check-tool,manual enable,x,,x,,,,,,,,,,,,,x,,x,,
darglint,Python docstring linter,https://github.com/terrencepreilly/darglint,,,,x,,,x,,,,,,,,,,,,,,x
dennis,I18N linter,https://github.com/willkg/dennis/,,,,x,,,,,,,,,,,,,,x,,x,x
Expand Down
Empty file.
Empty file.

This file was deleted.

14 changes: 0 additions & 14 deletions recipes-sca/cspell-native/cspell-native_1.0.bb

This file was deleted.

31 changes: 0 additions & 31 deletions recipes-sca/cspell-native/files/cspell.sca.description

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{"cmd": ["npm", "audit", "--help"], "returncode": 0}
],
"findings": [
"cspell"
],
"no-findings": [
"busybox"
Expand Down

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion test/lang_metaoe.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cspell
eslint
htmlhint
jshint
Expand Down

0 comments on commit 7f87486

Please sign in to comment.