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

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

[nongnu] elpa/rubocop 608a3c1 58/64: Release 0.6.0


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop 608a3c1 58/64: Release 0.6.0
Date: Wed, 11 Aug 2021 10:08:04 -0400 (EDT)

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

    Release 0.6.0
---
 rubocop.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rubocop.el b/rubocop.el
index 546c93e..f8c56ec 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -1,10 +1,10 @@
 ;;; rubocop.el --- An Emacs interface for RuboCop -*- lexical-binding: t -*-
 
-;; Copyright © 2011-2017 Bozhidar Batsov
+;; Copyright © 2011-2021 Bozhidar Batsov
 
 ;; Author: Bozhidar Batsov
 ;; URL: https://github.com/bbatsov/rubocop-emacs
-;; Version: 0.5.0
+;; Version: 0.6.0
 ;; Keywords: project, convenience
 ;; Package-Requires: ((emacs "24"))
 
@@ -30,7 +30,8 @@
 ;;; Commentary:
 ;;
 ;; This library allows the user to easily invoke RuboCop to get feedback
-;; about stylistic issues in Ruby code.
+;; about stylistic issues in Ruby code.  It also gives access to RuboCop
+;; auto-correction functionality.
 ;;
 ;;; Code:
 



reply via email to

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