Skip to content

Error with PhpCpd progress helper #19

@nbk195

Description

@nbk195

Hi Guys,

first of all thanks for your tool, it's really great !
I encounter an issue with phpcpd running via phpqa. I've trying with parallel and non parallel execution, here the console output.

Output for  /Users/Cyril/.composer/vendor/edgedesign/phpqa/../../bin/phpcpd --progress  --exclude=build --exclude=vendor --exclude=Tests --exclude=scripts --exclude=var --exclude=web "./src" --min-lines 5 --min-tokens 70 --log-pmd "./build/phpcpd.xml" 
phpcpd 2.0.4 by Sebastian Bergmann.




  [Symfony\Component\Console\Exception\InvalidArgumentException]  
  The helper "progress" is not defined.                           


phpcpd [--names NAMES] [--names-exclude NAMES-EXCLUDE] [--exclude EXCLUDE] [--log-pmd LOG-PMD] [--min-lines MIN-LINES] [--min-tokens MIN-TOKENS] [--fuzzy] [--progress] [--] [<values>]...



 [Edge\QA\Task\NonParallelExec]  Exit code 2  Time 68.85s

With phpcpd 2.0.1 with same arguments no problem.
Can you help me please ?
Thanks
Cyril

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions