aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2018-12-25 18:23:01 +0200
committerDmitry Gutov2018-12-25 18:23:01 +0200
commit9916410fa8bc765677e2d09384599aa85945967d (patch)
tree8e7fcc5c38ec6d50e7eec4935bc747783e25373b /etc
parente533848dd35426f8328f3d6e290ee5c08a776553 (diff)
downloademacs-9916410fa8bc765677e2d09384599aa85945967d.tar.gz
emacs-9916410fa8bc765677e2d09384599aa85945967d.zip
Prepend 'rubocop' with 'bundle exec' when appropriate
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 34151d8caad..e427e84780d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -511,6 +511,8 @@ This enables more efficient backends. See the docstring of
511*** The Rubocop Flymake diagnostic function will only run Lint cops if 511*** The Rubocop Flymake diagnostic function will only run Lint cops if
512it can't find the config file. 512it can't find the config file.
513 513
514*** Rubocop is called with 'bundle exec' if Gemfile mentions it.
515
514** Package 516** Package
515 517
516*** New function 'package-get-version' lets packages query their own version. 518*** New function 'package-get-version' lets packages query their own version.