mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 07:51:28 +00:00
add phpstan config
This commit is contained in:
17
phpstan.neon
Normal file
17
phpstan.neon
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
parameters:
|
||||||
|
level: 5
|
||||||
|
ignoreErrors:
|
||||||
|
- '#Constant.*not found#'
|
||||||
|
- '#Call to an undefined method DOMNode::getAttribute\(\).#'
|
||||||
|
- '#PHPDoc tag @param has invalid value#'
|
||||||
|
- message: '##'
|
||||||
|
paths:
|
||||||
|
- lib/*
|
||||||
|
- vendor/*
|
||||||
|
- plugins/*/vendor/*
|
||||||
|
- plugins.local/*/vendor/*
|
||||||
|
|
||||||
|
excludePaths:
|
||||||
|
- node_modules/*
|
||||||
|
paths:
|
||||||
|
- .
|
||||||
Reference in New Issue
Block a user