We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe165e commit ca8cd8cCopy full SHA for ca8cd8c
tasks/quality.js
@@ -56,7 +56,7 @@ module.exports = function(grunt) {
56
var phpcs = phpcsConfig.dir || phpcsPatterns;
57
var phpStandard = phpcsConfig.standard ||
58
'vendor/drupal/coder/coder_sniffer/Drupal,vendor/drupal/coder/coder_sniffer/DrupalPractice';
59
- var ignoreError = (phpcsConfig.ignoreExitCode === undefined) ? false : phpcsConfig.ignoreExitCode;
+ var ignoreError = grunt.config('config.validate.ignoreError');
60
61
grunt.config('phpcs', {
62
analyze: {
0 commit comments