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 6de6ed0 commit 9db975cCopy full SHA for 9db975c
src/Command/LintCommand.php
@@ -41,7 +41,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
41
foreach ($this->finder->find($path) as $featureFile) {
42
$featureDiagnosticsList[] = new FeatureDiagnostics(
43
$featureFile,
44
- iterator_to_array($this->linter->lint($featureFile->path, $featureFile->contents()))
+ iterator_to_array($this->linter->lint($featureFile->path, $featureFile->contents()), false)
45
);
46
}
47
0 commit comments