Skip to content

Commit

Permalink
Rename property.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 21, 2016
1 parent 66a7022 commit 8a6ee52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/code_review/drupal_code_sniffer.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0"?>
<project name="drupal_code_sniffer" default="test-run-code-sniffer">

<property name="drupal_code_sniffer.phpcs.standard" value="vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml" />
<property name="drupal_code_sniffer.standard" value="vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml" />


<!-- Target: test-run-code-sniffer -->
<target name="test-run-code-sniffer">
<phpcodesniffer
standard="${drupal_code_sniffer.phpcs.standard}"
standard="${drupal_code_sniffer.standard}"
haltonerror="false"
verbosity="1"
>
Expand Down
2 changes: 1 addition & 1 deletion tasks/code_review/phplint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- Target: test-run-phplint -->
<target name="test-run-phplint">
<phplint haltonfailure="true">
<phplint haltonfailure="false">
<!-- modules -->
<fileset dir="${build.dir}/web/modules/custom">
<include name="**/*.php" />
Expand Down

0 comments on commit 8a6ee52

Please sign in to comment.