clojure-expectations / expectations-mode

Emacs minor mode for expectations test framework
GNU General Public License v3.0
21 stars 12 forks source link

Fix config.yml #17

Closed camsaul closed 5 years ago

camsaul commented 5 years ago

Fix issues caused by #16

seancorfield commented 5 years ago

Thank you! Now it gets this result (which is expected, right?):


In ‘expectations-mode.el’:
  at 1:1: error: Package should have a Homepage or URL header.
  at 19:24: error: Package cider is not installable.
  at 96:1: error: "list-rotate-left" doesn't start with package's prefix "expectations".
  at 99:1: error: "exepctations-go-to-next-failure" doesn't start with package's prefix "expectations".
  at 243:61: warning: This key sequence is reserved (see Key Binding Conventions in the Emacs Lisp manual)
  at 304:1: error: "exepctations-goto-failure" doesn't start with package's prefix "expectations".```