Skip to content
Snippets Groups Projects
Commit bacf98ea authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents 004e5fae 2d9f38e9
No related branches found
No related tags found
1 merge request!12Merging develop into main
Pipeline #1060833 passed
......@@ -56,7 +56,7 @@ commands:
module=$1
shift
config=/var/www/html/vendor/lakedrops/drupal-development-environment/defaults/phpstan.neon
if [[ -f web/modules/contrib/$module/.phpstan.neon ]]; then config=/var/www/html/web/modules/contrib/$module/.phpstan.neon; fi
if [[ -f web/modules/contrib/$module/phpstan.neon ]]; then config=/var/www/html/web/modules/contrib/$module/phpstan.neon; fi
ahoy d4d exec vendor/bin/phpstan analyze --configuration=$config web/modules/contrib/$module $@
usage: PHPStan tests by module
phplintmodule:
......
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