Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Development Environment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Composer
plugin
Drupal Development Environment
Commits
bdd84f26
Commit
bdd84f26
authored
1 year ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Fix phpstan ahoy script
parent
d2c1e462
No related branches found
No related tags found
1 merge request
!11
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ahoy.test.yml
+1
-1
1 addition, 1 deletion
ahoy.test.yml
with
1 addition
and
1 deletion
ahoy.test.yml
+
1
−
1
View file @
bdd84f26
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment