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

Merge branch 'develop' into 'main'

Develop

See merge request !11
parents 5c0b22cf 2d9f38e9
No related branches found
No related tags found
1 merge request!11Develop
Pipeline #1038460 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