Skip to content

Commit

Permalink
Merge pull request #16 from Islandora/14-phpcpd
Browse files Browse the repository at this point in the history
Remove asterisks from phpcpd command line.
  • Loading branch information
seth-shaw-asu authored Sep 14, 2022
2 parents 195a64f + 257b9a8 commit 6592b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ checkReturn $?
phpcs --standard=Drupal --ignore=*.md,*-min.css --extensions=php,module,inc,install,test,profile,theme,css,info $GITHUB_WORKSPACE/build_dir
checkReturn $?

phpcpd --suffix *.module --suffix *.inc --suffix *.install --suffix *.test --suffix *.php $GITHUB_WORKSPACE/build_dir
phpcpd --suffix .module --suffix .inc --suffix .install --suffix .test --suffix .php $GITHUB_WORKSPACE/build_dir
checkReturn $?

exit $OUTPUT

0 comments on commit 6592b77

Please sign in to comment.