We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf39f0a commit 21e278cCopy full SHA for 21e278c
config/build.yml
@@ -111,6 +111,7 @@ reports:
111
112
# @todo Move to subkey of validate.
113
phpcs:
114
+ standard: Drupal,DrupalPractice
115
filesets:
116
- files.php.custom.modules
117
- files.php.tests
src/Robo/Commands/Validate/PhpcsCommand.php
@@ -17,7 +17,7 @@ class PhpcsCommand extends BltTasks {
17
* @hook init
18
*/
19
public function initialize() {
20
- $this->standard = $this->getConfigValue('repo.root') . '/vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml';
+ $this->standard = $this->getConfigValue('phpcs.standard');
21
}
22
23
/**
0 commit comments