mkcms / ivy-yasnippet

Preview yasnippet snippets with ivy
68 stars 10 forks source link

fix package-lint/byte-compiler/check-doc warnings/errors #8

Closed conao3 closed 4 years ago

conao3 commented 4 years ago

before

 ivy-yasn…     6   1 error           Expected (package-name "version-num"), but found (cl-lib). (emacs-lisp-package)
 ivy-yasn…    40  11 error           You should depend on (emacs "24.3") or the cl-lib package if you need `cl-lib'. (emacs-lisp-package)
 ivy-yas…    98     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   101     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   112     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   124   8 error           You should depend on (emacs "24.3") or the cl-lib package if you need `cl-decf'. (emacs-lisp-package)
 ivy-yas…   125   8 error           You should depend on (emacs "24.3") or the cl-lib package if you need `cl-decf'. (emacs-lisp-package)
 ivy-yas…   135     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   151     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   154   8 error           You should depend on (emacs "24.1") if you need `condition-case-unless-debug'. (emacs-lisp-package)
 ivy-yas…   159     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   178     info            Messages should start with a capital letter (emacs-lisp-checkdoc)
 ivy-yas…   192  44 error           You should depend on (emacs "24.3") or the cl-lib package if you need `cl-caddr'. (emacs-lisp-package)
 ivy-yas…   250     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   262   2 warning         ‘ivy-set-display-transformer’ is an obsolete function (as of <2020-05-20 Wed>); Use ‘ivy-configure’ :display-transformer-fn (emacs-lisp)

after

 ivy-yasn…    96     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…    99     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   110     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   133     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   149     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   157     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   248     info            All variables and subroutines might as well have a documentation string (emacs-lisp-checkdoc)
 ivy-yas…   260   2 warning         ‘ivy-set-display-transformer’ is an obsolete function (as of <2020-05-20 Wed>); Use ‘ivy-configure’ :display-transformer-fn (emacs-lisp)