We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc054 commit 49e2e23Copy full SHA for 49e2e23
Magento2/Tests/Eslint/AbstractEslintTestCase.php
@@ -24,7 +24,7 @@ abstract class AbstractEslintTestCase extends TestCase
24
*/
25
protected function assertFileContainsError(string $testFile, array $expectedMessages): void
26
{
27
- // phpcs:disable
+ // phpcs:ignore Magento2.Security.InsecureFunction.FoundWithAlternative
28
exec(
29
'npm run eslint -- Magento2/Tests/Eslint/' . $testFile,
30
$output
0 commit comments