Skip to content

Commit

Permalink
remove proselint 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 d36159a commit 7ac8942
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 313 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ The layer can check on a recipe-level or on an image-level.
| perl | Perl warnings check | | | | | x | | | | | | | | | | | | | | x | | x | |
| perlcritic | Perl linter | https://metacpan.org/pod/perlcritic | | | | x | | | | | | | | | | | | | | x | | x | |
| pkgqaenc | Enhanced package QA | | | | | x | | | | | | | | | | | | | x | | x | | |
| proselint | Spelling and text linter | https://github.com/amperser/proselint/ | | | x | x | | | | | | | | | | x | | | | | | | x |
| protolint | Lint protobuf files | https://github.com/yoheimuta/protolint | | | | x | | | | | | | | | | x | | | | x | | | x |
| pscan | Find insecure printfs | http://deployingradius.com/pscan/ | | | | x | x | | | | | | | | | | | | | | | x | |
| pyfindinjection | Find SQL injections in python code | https://github.com/uber/py-find-injection | | | x | x | | | x | | | | | | | | | | | | x | | |
Expand Down Expand Up @@ -282,7 +281,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [perl](docs/conf/module/perl.md)
- [perlcritic](docs/conf/module/perlcritic.md)
- [pkgqaenc](docs/conf/module/pkgqaenc.md)
- [proselint](docs/conf/module/proselint.md)
- [protolint](docs/conf/module/protolint.md)
- [pscan](docs/conf/module/pscan.md)
- [pyfindinjection](docs/conf/module/pyfindinjection.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 @@ -38,7 +38,6 @@ SCA_BLACKLIST_mypy ?= "linux-.*"
SCA_BLACKLIST_nixauditor ?= ""
SCA_BLACKLIST_oclint ?= "linux-.*"
SCA_BLACKLIST_oelint ?= ""
SCA_BLACKLIST_proselint ?= ""
SCA_BLACKLIST_protolint ?= ""
SCA_BLACKLIST_perl ?= ""
SCA_BLACKLIST_perlcritic ?= ""
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ SCA_AVAILABLE_MODULES ?= "\
perl \
perlcritic \
pkgqaenc \
proselint \
protolint \
pscan \
pyfindinjection \
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 @@ -26,7 +26,6 @@ SCA_ENABLED_MODULES_IMAGE ?= "\
mypy \
nixauditor \
oelint \
proselint \
pyfindinjection \
pylint \
reconbf \
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 @@ -43,7 +43,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
perl \
perlcritic \
pkgqaenc \
proselint \
protolint \
pscan \
pyfindinjection \
Expand Down
120 changes: 0 additions & 120 deletions classes/sca-proselint-core.bbclass

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions dynamic-distro/scatest/code-from-elsewhere/cspell_2.0.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ S = "${WORKDIR}/git"

inherit sca

SCA_BLACKLIST_proselint += "${PN}"

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 @@ -38,7 +38,6 @@ oelint,Bitbake recipe linter,https://github.com/priv-kweihmann/oelint-adv,,,x,x,
perl,Perl warnings check,,,,,x,,,,,,,,,,,,,,x,,x,
perlcritic,Perl linter,https://metacpan.org/pod/perlcritic,,,,x,,,,,,,,,,,,,,x,,x,
pkgqaenc,Enhanced package QA,,,,,x,,,,,,,,,,,,,x,,x,,
proselint,Spelling and text linter,https://github.com/amperser/proselint/,,,x,x,,,,,,,,,,x,,,,,,,x
protolint,Lint protobuf files,https://github.com/yoheimuta/protolint,,,,x,,,,,,,,,,x,,,,x,,,x
pscan,Find insecure printfs,http://deployingradius.com/pscan/,,,,x,x,,,,,,,,,,,,,,,x,
pyfindinjection,Find SQL injections in python code,https://github.com/uber/py-find-injection,,,x,x,,,x,,,,,,,,,,,,x,,
Expand Down
Empty file.
Empty file.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_standard_02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ msgcheck
multimetric
mypy
oelint
proselint
pyfindinjection
pylint
pysymcheck
Expand Down

0 comments on commit 7ac8942

Please sign in to comment.