Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Commits
c07f18d1
Verified
Commit
c07f18d1
authored
1 year ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
build: update phpstan config
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
50d4a278
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!45
update setup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpstan.neon.dist
+3
-9
3 additions, 9 deletions
phpstan.neon.dist
with
3 additions
and
9 deletions
phpstan.neon.dist
+
3
−
9
View file @
c07f18d1
# Start command: composer update --classmap-authoritative && vendor/bin/phpstan analyze
includes:
- vendor/wpdesk/wp-wpdesk-composer/director/vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/wpdesk/wp-wpdesk-composer/director/vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
level:
max
level:
6
paths:
-
%currentWorkingDirectory%/
src/
- src/
bootstrapFiles:
- %currentWorkingDirectory%/vendor/autoload.php
- %currentWorkingDirectory%/vendor/wpdesk/wp-wpdesk-composer/director/woocommerce-stubs.php
ignoreErrors:
- vendor/wpdesk/wp-wpdesk-composer/director/woocommerce-stubs.php
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