Skip to content

Commit

Permalink
remove phpcodefixer 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 732e628 commit 712870a
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 243 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ The layer can check on a recipe-level or on an image-level.
| oelint | Bitbake recipe linter | https://github.com/priv-kweihmann/oelint-adv | | | x | x | | | | | | | | | | | | | | x | | | x |
| perl | Perl warnings check | | | | | x | | | | | | | | | | | | | | x | | x | |
| perlcritic | Perl linter | https://metacpan.org/pod/perlcritic | | | | x | | | | | | | | | | | | | | x | | x | |
| phpcodefixer | Find deprecated PHP functions | https://github.com/wapmorgan/PhpCodeFixer | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | | x | |
| phpcodesniffer | PHP Js and CSS linter | https://github.com/squizlabs/PHP_CodeSniffer | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | | | |
| phpmd | PHP Linter | https://github.com/phpmd/phpmd | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | | x | x |
| phpsecaudit | Find vulnerabilities in PHP code | https://github.com/FloeDesignTechnologies/phpcs-security-audit | meta-oe, manual enable | x | | x | | | | | | x | | | | | | | | | x | | |
Expand Down Expand Up @@ -313,7 +312,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [oelint](docs/conf/module/oelint.md)
- [perl](docs/conf/module/perl.md)
- [perlcritic](docs/conf/module/perlcritic.md)
- [phpcodefixer](docs/conf/module/phpcodefixer.md)
- [phpcodesniffer](docs/conf/module/phpcodesniffer.md)
- [phpmd](docs/conf/module/phpmd.md)
- [phpsecaudit](docs/conf/module/phpsecaudit.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 @@ -40,7 +40,6 @@ SCA_BLACKLIST_mypy ?= "linux-.*"
SCA_BLACKLIST_nixauditor ?= ""
SCA_BLACKLIST_oclint ?= "linux-.*"
SCA_BLACKLIST_oelint ?= ""
SCA_BLACKLIST_phpcodefixer ?= ""
SCA_BLACKLIST_phpcodesniffer ?= ""
SCA_BLACKLIST_phpmd ?= ""
SCA_BLACKLIST_phpsecaudit ?= ""
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[phpcodefixer] = "openembedded-layer"
SCA_AVAILABLE_MODULES[phpcodesniffer] = "openembedded-layer"
SCA_AVAILABLE_MODULES[phpmd] = "openembedded-layer"
SCA_AVAILABLE_MODULES[phpsecaudit] = "openembedded-layer"
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 ?= "\
oelint \
perl \
perlcritic \
phpcodefixer \
phpcodesniffer \
phpmd \
phpsecaudit \
Expand Down
103 changes: 0 additions & 103 deletions classes/sca-phpcodefixer.bbclass

This file was deleted.

62 changes: 0 additions & 62 deletions docs/conf/module/phpcodefixer.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 @@ -39,7 +39,6 @@ nixauditor,Auditing tool for images,https://github.com/XalfiE/Nix-Auditor,,,x,,,
oelint,Bitbake recipe linter,https://github.com/priv-kweihmann/oelint-adv,,,x,x,,,,,,,,,,,,,,x,,,x
perl,Perl warnings check,,,,,x,,,,,,,,,,,,,,x,,x,
perlcritic,Perl linter,https://metacpan.org/pod/perlcritic,,,,x,,,,,,,,,,,,,,x,,x,
phpcodefixer,Find deprecated PHP functions,https://github.com/wapmorgan/PhpCodeFixer,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,,x,
phpcodesniffer,PHP Js and CSS linter,https://github.com/squizlabs/PHP_CodeSniffer,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,,,
phpmd,PHP Linter,https://github.com/phpmd/phpmd,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,,x,x
phpsecaudit,Find vulnerabilities in PHP code,https://github.com/FloeDesignTechnologies/phpcs-security-audit,"meta-oe, manual enable",x,,x,,,,,,x,,,,,,,,,x,,
Expand Down
Empty file.
Empty file.

This file was deleted.

27 changes: 0 additions & 27 deletions recipes-sca/phpcodefixer-native/files/phpcodefixer.sca.description

This file was deleted.

25 changes: 0 additions & 25 deletions recipes-sca/phpcodefixer-native/phpcodefixer-native_2.0.26.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 @@
phpcodefixer
phpcodesniffer
phpmd
phpsecaudit
Expand Down

0 comments on commit 712870a

Please sign in to comment.