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

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

[nongnu] elpa/rubocop b65a310 10/64: Merge pull request #3 from purcell/


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop b65a310 10/64: Merge pull request #3 from purcell/patch-1
Date: Wed, 11 Aug 2021 10:07:55 -0400 (EDT)

branch: elpa/rubocop
commit b65a3104edf38dbe56157e9a5bfb0b6670e62075
Merge: b921bec 88d1bbf
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Merge pull request #3 from purcell/patch-1
    
    Change commentary so that it doesn't describe projectile
---
 rubocop.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/rubocop.el b/rubocop.el
index 088fb25..63f0293 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -29,12 +29,8 @@
 
 ;;; Commentary:
 ;;
-;; This library provides easy project management and navigation.  The
-;; concept of a project is pretty basic - just a folder containing
-;; special file.  Currently git, mercurial and bazaar repos are
-;; considered projects by default.  If you want to mark a folder
-;; manually as a project just create an empty .projectile file in
-;; it.  See the README for more details.
+;; This library allows the user to easily invoke rubocop to get feedback
+;; about stylistic issues in Ruby code.
 ;;
 ;;; Code:
 



reply via email to

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