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 8a432e3 commit eb21f8aCopy full SHA for eb21f8a
drupal/flycheck.el
@@ -33,7 +33,7 @@
33
(when (and drupal-mode drupal/phpcs-standard)
34
;; Set the coding standard to "Drupal" (phpcs.el has checked that
35
;; it's supported).
36
- (setq flycheck-phpcs-standard drupal/phpcs-standard)
+ (set (make-local-variable 'flycheck-phpcs-standard) drupal/phpcs-standard)
37
38
;; Flycheck will also highlight trailing whitespace as an
39
;; error so no need to highlight it twice.
0 commit comments