Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use-package.el - Lint warnings #36

Closed
jaalto opened this issue Jun 25, 2013 · 3 comments
Closed

use-package.el - Lint warnings #36

jaalto opened this issue Jun 25, 2013 · 3 comments

Comments

@jaalto
Copy link

jaalto commented Jun 25, 2013

FYI, The following warnings are displayed for the *.el file:

*** Lint Emacs 24.3.1 2013-06-25 13:37:25 file: use-package.el

** Lint M-x lm-verify (list-mnt.el)
Missing: ;; Maintainer:
Missing: ;; URL:
Missing: ;;; History:

** Lint M-x checkdoc-current-buffer (checkdoc.el)
use-package.el:305: First sentence should end with punctuation
use-package.el:310: All variables and subroutines might as well have a documentation string
use-package.el:326: All variables and subroutines might as well have a documentation string
use-package.el:359: Argument `form' should appear (as FORM) in the doc string
use-package.el:388: All variables and subroutines might as well have a documentation string
use-package.el:392: Argument `name' should appear (as NAME) in the doc string
@aspiers
Copy link
Collaborator

aspiers commented Jan 6, 2014

@jaalto Sorry, newbie question - how did you generate this report? And shouldn't that say lisp-mnt.el not list-mnt.el?

@jaalto
Copy link
Author

jaalto commented Jan 6, 2014

It should. Thanks. Commands was:

emacs -Q --batch \
    -l /home/jaalto/vc/epackage/epackage/epackage.el \
    -f epackage-batch-devel-lint-lisp THE-FILE.el

The epackage.el Emacs Lisp file is available at https://github.com/jaalto/project--emacs-epackage
For more information, see http://www.emacswiki.org/emacs/DELPS and links http://is.gd/v4XhzA

@jwiegley
Copy link
Owner

Mostly fixed. I don't care enough about checkdoc, but I'll accept PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants