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 164d969 commit c2a53cfCopy full SHA for c2a53cf
src/Magento/FunctionalTestingFramework/Console/StaticChecksCommand.php
@@ -181,7 +181,7 @@ private function validateInput(InputInterface $input)
181
*/
182
private function parseRulesetJson()
183
{
184
- $pathToRuleset = FW_BP . DIRECTORY_SEPARATOR . "staticRuleset.json";
+ $pathToRuleset = PROJECT_ROOT . DIRECTORY_SEPARATOR . "staticRuleset.json";
185
if ($pathToRuleset === null) {
186
$this->ioStyle->text("No ruleset under $pathToRuleset" . PHP_EOL);
187
return;
0 commit comments