Skip to content

Commit

Permalink
Ignore error caused by a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Nov 22, 2024
1 parent 7c4b360 commit ad93feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
'ext-pcntl', // Used by latte/latte Latte\Tools\Linter and nette/tester's Tester\Runner\CliTester
], [ErrorType::UNUSED_DEPENDENCY])

// shipmonk/composer-dependency-analyser#203
->ignoreErrorsOnExtensionAndPath('ext-session', 'src/EasterEgg/PhpInfoCookieSanitization.php', [ErrorType::SHADOW_DEPENDENCY])

// TestCaseRunner is used only in tests
->ignoreErrorsOnPackageAndPath('nette/tester', __DIR__ . '/src/Test/TestCaseRunner.php', [ErrorType::DEV_DEPENDENCY_IN_PROD])
;

0 comments on commit ad93feb

Please sign in to comment.