-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DQA-6930: Toolkit allow to skip abandoned components (#670)
- Loading branch information
1 parent
cef6beb
commit 7bafed5
Showing
7 changed files
with
186 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
/.tmp/ | ||
/runner.yml | ||
/phpunit.xml | ||
/phpstan.neon | ||
/docker-compose.*.yml | ||
.phpunit.result.cache | ||
*.sql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
parameters: | ||
level: 5 | ||
paths: | ||
- src | ||
excludePaths: | ||
- vendor | ||
reportUnmatchedIgnoredErrors: false | ||
ignoreErrors: | ||
- '#^Call to deprecated method toolkitRunGrumphp#' | ||
- '#^Call to an undefined method Robo\\Collection\\CollectionBuilder::task#' | ||
- '#^Call to an undefined method Robo\\Collection\\CollectionBuilder\|Robo\\Task\\Filesystem\\FilesystemStack::task#' | ||
- '#^Call to an undefined method Consolidation\\Config\\ConfigInterface::replace\(\)#' | ||
- '#^Parameter \#2 \$defaultFallback of method Consolidation\\Config\\ConfigInterface::get\(\) expects string\|null, array given#' | ||
- '#^Call to an undefined method DOMNode::getElementsByTagName\(\)#' | ||
- '#^Parameter \#1 \$roboClass of class Robo\\Runner constructor expects string\|null, array<int, string> given\.#' | ||
- '#^Parameter \#1 \$roboClass of class Robo\\Runner constructor expects string\|null, array<int, string> giveasdassan\.#' | ||
- | ||
message: '#^Negated boolean expression is always false\.#' | ||
path: src/TaskRunner/AbstractCommands.php | ||
- '#^Call to deprecated method registerCommandClass\(\) of class Robo\\Runner#' | ||
includes: | ||
- vendor/phpstan/phpstan-deprecation-rules/rules.neon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters