Skip to content

Commit c2a53cf

Browse files
committed
MQE-2047: Static Check Options
- Fixed project root
1 parent 164d969 commit c2a53cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/StaticChecksCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private function validateInput(InputInterface $input)
181181
*/
182182
private function parseRulesetJson()
183183
{
184-
$pathToRuleset = FW_BP . DIRECTORY_SEPARATOR . "staticRuleset.json";
184+
$pathToRuleset = PROJECT_ROOT . DIRECTORY_SEPARATOR . "staticRuleset.json";
185185
if ($pathToRuleset === null) {
186186
$this->ioStyle->text("No ruleset under $pathToRuleset" . PHP_EOL);
187187
return;

0 commit comments

Comments
 (0)