Skip to content

Commit

Permalink
remove phpstan 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 617d7de commit 3c57f4c
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 246 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 | |
| phpstan | PHP linter | https://github.com/phpstan/phpstan | meta-oe, manual enable | x | | 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 |
Expand Down Expand Up @@ -309,7 +308,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)
- [phpstan](docs/conf/module/phpstan.md)
- [pkgqaenc](docs/conf/module/pkgqaenc.md)
- [proselint](docs/conf/module/proselint.md)
- [protolint](docs/conf/module/protolint.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_phpstan ?= ""
SCA_BLACKLIST_proselint ?= ""
SCA_BLACKLIST_protolint ?= ""
SCA_BLACKLIST_perl ?= ""
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[phpstan] = "openembedded-layer"
SCA_AVAILABLE_MODULES[pyright] = "openembedded-layer"
SCA_AVAILABLE_MODULES[reek] = "rubygems"
SCA_AVAILABLE_MODULES[retire] = "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 \
phpstan \
pkgqaenc \
proselint \
protolint \
Expand Down
108 changes: 0 additions & 108 deletions classes/sca-phpstan.bbclass

This file was deleted.

61 changes: 0 additions & 61 deletions docs/conf/module/phpstan.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,
phpstan,PHP linter,https://github.com/phpstan/phpstan,"meta-oe, manual enable",x,,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
Expand Down
Empty file.
Empty file.

This file was deleted.

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

This file was deleted.

24 changes: 0 additions & 24 deletions recipes-sca/phpstan-native/phpstan-native_1.5.7.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 @@
phpstan
pyright
retire
secretlint
Expand Down

0 comments on commit 3c57f4c

Please sign in to comment.