We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee19e2 + c3f2427 commit a02e1ddCopy full SHA for a02e1dd
1 file changed
drupal/phpcs.el
@@ -1,6 +1,6 @@
1
;;; drupal/phpcs.el --- Drupal-mode common support for flymake-phpcs and flycheck
2
3
-;; Copyright (C) 2012, 2013 Arne Jørgensen
+;; Copyright (C) 2012, 2013, 2016 Arne Jørgensen
4
5
;; Author: Arne Jørgensen <arne@arnested.dk>
6
@@ -34,7 +34,7 @@
34
;; command. Check for both.
35
(call-process (or (and (boundp 'flymake-phpcs-command) (executable-find flymake-phpcs-command)) (executable-find "phpcs")) nil (list t nil) nil "-i")))))
36
(when (string-match
37
- "\\(Drupal[^,
+ "\\(Drupal[^ ,
38
]*\\)"
39
standards)
40
(match-string-no-properties 1 standards))))
0 commit comments