Skip to content
Snippets Groups Projects
Commit c3f05c93 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Ignore some packages from composer-unused

parent 9984ef24
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,7 @@ jobs:
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
- name: Check code for unused dependencies in composer.json
run: composer-unused --excludePackage=simplesamlphp/simplesamlphp-assets-base \
--excludePackage=simplesamlphp/simplesamlphp-module-adfs
run: composer-unused --excludePackage=simplesamlphp/simplesamlphp-assets-base --excludePackage=simplesamlphp/simplesamlphp-module-adfs
- name: PHP Code Sniffer
run: phpcs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment