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: