2019-01-07 15:22:41 +00:00
|
|
|
parameters:
|
2019-12-10 15:56:04 +00:00
|
|
|
autoload_files:
|
2019-12-08 01:38:22 +00:00
|
|
|
- autoload.php
|
2019-01-07 15:22:41 +00:00
|
|
|
level: 0
|
|
|
|
excludes_analyse:
|
2019-12-08 01:38:22 +00:00
|
|
|
- '../tests/Composer/Test/Fixtures/*'
|
|
|
|
- '../tests/Composer/Test/Autoload/Fixtures/*'
|
|
|
|
- '../tests/Composer/Test/Plugin/Fixtures/*'
|
2019-01-07 15:22:41 +00:00
|
|
|
ignoreErrors:
|
|
|
|
# ion cube is not installed
|
|
|
|
- '~^Function ioncube_loader_\w+ not found\.$~'
|
|
|
|
# rar is not installed
|
|
|
|
- '~^Call to static method open\(\) on an unknown class RarArchive\.$~'
|
|
|
|
# imagick is not installed
|
|
|
|
- '~^Instantiated class Imagick not found\.$~'
|
|
|
|
|
|
|
|
# variables from global scope
|
|
|
|
- '~^Undefined variable: \$vendorDir$~'
|
|
|
|
- '~^Undefined variable: \$baseDir$~'
|
|
|
|
|
2019-02-18 12:03:34 +00:00
|
|
|
# variable defined in eval
|
|
|
|
- '~^Undefined variable: \$res$~'
|
|
|
|
|
2019-12-08 01:38:22 +00:00
|
|
|
# we don't have different constructors for parent/child
|
|
|
|
- '~^Unsafe usage of new static\(\)\.$~'
|
2019-12-10 15:56:04 +00:00
|
|
|
paths:
|
2019-12-08 01:38:22 +00:00
|
|
|
- ../src
|
|
|
|
- ../tests
|