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

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

[nongnu] elpa/webpaste de5cbd2 190/298: Update contributor guidelines to


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste de5cbd2 190/298: Update contributor guidelines to match codestyle
Date: Thu, 9 Dec 2021 19:00:12 -0500 (EST)

branch: elpa/webpaste
commit de5cbd267968e86bfdf1bee79c4106e103fa28bb
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Update contributor guidelines to match codestyle
---
 CONTRIBUTING.org | 7 +++++--
 webpaste.el      | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
index 21f3be6..1cf230f 100644
--- a/CONTRIBUTING.org
+++ b/CONTRIBUTING.org
@@ -28,8 +28,11 @@ After that you do the settings you need to reproduce it 
(like providers and
 other stuff).
 
 ** Contributing code
-Plase run [[http://www.flycheck.org/][flycheck]] in your editor to get hints 
and highlights of errors. Only
-one error is allowed in each file.
+Never leave trailing spaces on a line in any file. And end all files with
+exactly one newline. Not more or less than that.
+
+Plase run [[http://www.flycheck.org/][flycheck]] with 
[[https://github.com/purcell/flycheck-package][flycheck-package]] in your 
editor to get hints and
+highlights of errors. Only one error is allowed in each file.
 
 In webpaste.el this allowed error is:
 #+begin_src
diff --git a/webpaste.el b/webpaste.el
index fb4fbf7..f060aef 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -7,7 +7,7 @@
 ;; Package-Version: 1.4.0
 ;; Version: 1.4.0
 ;; Keywords: convenience, comm, paste
-;; Package-Requires: ((emacs "24.4") (request "0.2.0") (cl-lib "0.5") (json 
"1.4"))
+;; Package-Requires: ((emacs "24.4") (request "0.2.0") (cl-lib "0.5"))
 
 ;;; Commentary:
 



reply via email to

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