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 a6a4bfa commit 889fc24Copy full SHA for 889fc24
drupal/flycheck.el
@@ -49,7 +49,7 @@ so no need to highlight it twice."
49
drupal/phpcs-standard)
50
;; Set the coding standard to "Drupal" (we checked that it is
51
;; supported above.
52
- (set 'flycheck-phpcs-standard drupal/phpcs-standard)
+ (setq flycheck-phpcs-standard drupal/phpcs-standard)
53
54
;; Flycheck will also highlight trailing whitespace as an
55
;; error so no need to highlight it twice.
0 commit comments