mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:35:56 +00:00
exclude a bunch of phpunit test files
This commit is contained in:
10
phpstan.neon
10
phpstan.neon
@@ -13,8 +13,14 @@ parameters:
|
||||
- vendor/*
|
||||
- plugins/*/vendor/*
|
||||
- plugins.local/*/vendor/*
|
||||
|
||||
excludePaths:
|
||||
- node_modules/*
|
||||
- vendor/**/tests/*
|
||||
- vendor/**/test/*
|
||||
- plugins/**/tests/*
|
||||
- plugins/**/Test/*
|
||||
- plugins.local/**/tests/*
|
||||
- plugins/**/test/*
|
||||
- plugins.local/**/test/*
|
||||
paths:
|
||||
- .
|
||||
- .
|
||||
|
||||
Reference in New Issue
Block a user