Skip to content

Commit 1b277a1

Browse files
authored
Ignore BC errors about composer/composer package not found (#107)
1 parent e0e3b02 commit 1b277a1

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
/.gitattributes export-ignore
2828
/.gitignore export-ignore
2929
/.phpunit-watcher.yml export-ignore
30+
/.roave-bc-check.yaml export-ignore
3031
/.scrutinizer.yml export-ignore
3132
/.styleci.yml export-ignore
3233
/infection.json.dist export-ignore

roave-bc-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parameters:
2+
ignoreErrors:
3+
- '#\[BC\] SKIPPED: Roave\\BetterReflection\\Reflection\\ReflectionClass \"Composer\\Command\\BaseCommand\" could not be found in the located source#'
4+
- '#\[BC\] SKIPPED: Roave\\BetterReflection\\Reflection\\ReflectionClass \"Composer\\Plugin\\PluginInterface\" could not be found in the located source#'

0 commit comments

Comments
 (0)