Skip to content

Commit

Permalink
remove stylelint 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 10dce49 commit c2809b5
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 321 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ The layer can check on a recipe-level or on an image-level.
| 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 | |
| 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 | | |
| systemdlint | Systemd unit linter | https://github.com/priv-kweihmann/systemdlint | | | x | x | | | | | | | | | | | | | | x | x | x | x |
| textlint | Spelling and text linter | https://github.com/textlint/textlint | meta-oe, manual enable | x | | 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+
- [slick](docs/conf/module/slick.md)
- [sparse](docs/conf/module/sparse.md)
- [stank](docs/conf/module/stank.md)
- [stylelint](docs/conf/module/stylelint.md)
- [sudokiller](docs/conf/module/sudokiller.md)
- [systemdlint](docs/conf/module/systemdlint.md)
- [textlint](docs/conf/module/textlint.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 @@ -60,7 +60,6 @@ SCA_BLACKLIST_shellcheck ?= ""
SCA_BLACKLIST_slick ?= "openssh"
SCA_BLACKLIST_sparse ?= ""
SCA_BLACKLIST_stank ?= "openssh"
SCA_BLACKLIST_stylelint ?= "linux-.*"
SCA_BLACKLIST_sudokiller ?= ""
SCA_BLACKLIST_systemdlint ?= ""
SCA_BLACKLIST_textlint ?= "busybox.*"
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[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 @@ -34,7 +34,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
shellcheck \
slick \
stank \
stylelint \
sudokiller \
systemdlint \
tiger \
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 @@ -60,7 +60,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
slick \
sparse \
stank \
stylelint \
systemdlint \
textlint \
tlv \
Expand Down
104 changes: 0 additions & 104 deletions classes/sca-stylelint-core.bbclass

This file was deleted.

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

This file was deleted.

14 changes: 0 additions & 14 deletions classes/sca-stylelint-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 \
stylelint \
systemdlint \
tiger \
upc \
Expand Down Expand Up @@ -71,7 +70,6 @@ SCA_ENABLED_MODULES_RECIPE = "\
safety \
shellcheck \
sparse \
stylelint \
tscancode \
vulture \
xmllint \
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 \
stylelint \
"
```

Expand Down
63 changes: 0 additions & 63 deletions docs/conf/module/stylelint.md

This file was deleted.

14 changes: 0 additions & 14 deletions dynamic-distro/scatest/code-from-elsewhere/bad-css.bb

This file was deleted.

17 changes: 0 additions & 17 deletions dynamic-distro/scatest/code-from-elsewhere/bad-css/1.css

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 @@ -57,7 +57,6 @@ shellcheck,Shell script linter,https://github.com/koalaman/shellcheck,,,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,
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,,
systemdlint,Systemd unit linter,https://github.com/priv-kweihmann/systemdlint,,,x,x,,,,,,,,,,,,,,x,x,x,x
textlint,Spelling and text linter,https://github.com/textlint/textlint,"meta-oe, manual enable",x,,x,,,,,,,,,,x,,,,,,,x
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit c2809b5

Please sign in to comment.