emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 8951d9a7e8 105/308: Extended documentation of


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 8951d9a7e8 105/308: Extended documentation of `drupal/flymake-phpcs-standard'.
Date: Tue, 25 Jan 2022 10:59:35 -0500 (EST)

branch: elpa/drupal-mode
commit 8951d9a7e8695df40a6d140f310b86bdb6032979
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Extended documentation of `drupal/flymake-phpcs-standard'.
---
 drupal/flymake-phpcs.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index 162a3e4fdd..2e1432b653 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -37,7 +37,11 @@
 ]*\\)"
              standards)
         (match-string-no-properties 1 standards))))
-  "Name of Drupal coding standard rules for PHP CodeSniffer."
+  "Name of Drupal coding standard rules for PHP CodeSniffer.
+This can either be the name of an installed standard (to see
+installed standards run `phpcs -i') or it can be the file name of
+a standard. Adding file name requires PHP CodeSniffer version
+1.3.4 or newer."
   :link '(url-link :tag "Drupal Code Sniffer" 
"http://drupal.org/project/drupalcs";)
   :group 'drupal)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]