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

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

[nongnu] elpa/rubocop d44737a 43/64: Fix a reference to RuboCop


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop d44737a 43/64: Fix a reference to RuboCop
Date: Wed, 11 Aug 2021 10:08:02 -0400 (EDT)

branch: elpa/rubocop
commit d44737aae60c93dba455a74640e08b58b14e8695
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix a reference to RuboCop
---
 rubocop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rubocop.el b/rubocop.el
index f8d2549..a7c7e37 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -160,7 +160,7 @@ Alternatively prompt user for directory."
   (rubocop--file-command rubocop-autocorrect-command))
 
 (defun rubocop-bundled-p ()
-  "Check if rubocop has been bundled."
+  "Check if RuboCop has been bundled."
   (let ((gemfile-lock (expand-file-name "Gemfile.lock" 
(rubocop-project-root))))
     (when (file-exists-p gemfile-lock)
       (with-temp-buffer



reply via email to

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