Skip to content

Commit ca8cd8c

Browse files
committed
Fixing ignoreError update.
1 parent 1fe165e commit ca8cd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/quality.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function(grunt) {
5656
var phpcs = phpcsConfig.dir || phpcsPatterns;
5757
var phpStandard = phpcsConfig.standard ||
5858
'vendor/drupal/coder/coder_sniffer/Drupal,vendor/drupal/coder/coder_sniffer/DrupalPractice';
59-
var ignoreError = (phpcsConfig.ignoreExitCode === undefined) ? false : phpcsConfig.ignoreExitCode;
59+
var ignoreError = grunt.config('config.validate.ignoreError');
6060

6161
grunt.config('phpcs', {
6262
analyze: {

0 commit comments

Comments
 (0)