Skip to content

Commit

Permalink
update default installed build.xml with phpcs ignore option
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Feb 2, 2022
1 parent 028b51d commit ee48fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/install/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</phplint>

<!-- Run PHP Code Sniffer. -->
<property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --extensions=${phpcs.extensions} ${phpcs.directories}" />
<property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --extensions=${phpcs.extensions} --ignore=${phpcs.ignore} ${phpcs.directories}" />
<echo msg="$> ${phpcs.command}" />
<exec command="${phpcs.command}" logoutput="true" checkreturn="true" />

Expand Down

0 comments on commit ee48fc1

Please sign in to comment.