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 332ca11 commit 44903c8
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 @@ -21,6 +21,9 @@
'ext-simplexml', // Used in MichalSpacekCz\Feed\ExportsTest
], [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 44903c8

Please sign in to comment.