Skip to content

Commit

Permalink
remove slashed covered
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 7, 2022
1 parent d4b7b48 commit 8b66dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: Build Scoped Rector

on:
# testing
pull_request: null
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions scoper.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
'PHPUnit\Framework\Constraint\IsEqual',
'PHPUnit\Framework\TestCase',
'PHPUnit\Framework\ExpectationFailedException',
// namespce with slash does not handle it
'Symplify\RuleDocGenerator\ValueObject\RuleDefinition',
],
'exclude-namespaces' => ['#^Rector#', '#^PhpParser#', '#^PHPStan#', '#^Symplify\\\\RuleDocGenerator#'],
'exclude-files' => [
Expand Down

0 comments on commit 8b66dc8

Please sign in to comment.