https://github.com/camsaul/docker-emacs-package-lint
Docker image for running Emacs and package-linting Emacs lisp files
https://github.com/camsaul/docker-emacs-package-lint
docker docker-emacs emacs emacs-lisp package-lint
Last synced: 3 months ago
JSON representation
Docker image for running Emacs and package-linting Emacs lisp files
- Host: GitHub
- URL: https://github.com/camsaul/docker-emacs-package-lint
- Owner: camsaul
- License: gpl-3.0
- Created: 2019-06-19T01:09:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T01:25:29.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T14:50:24.830Z (4 months ago)
- Topics: docker, docker-emacs, emacs, emacs-lisp, package-lint
- Language: Shell
- Homepage: https://hub.docker.com/r/camsaul/docker-emacs-package-lint
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dockerized Emacs for running package-lint
[](https://hub.docker.com/r/camsaul/docker-emacs-package-lint/)
Dockerized Emacs based on [JAremko/docker-emacs](https://github.com/JAremko/docker-emacs) for running [package-lint](https://github.com/purcell/package-lint) to lint your Emacs Lisp packages.
Perfect for setting up CI for your Emacs lisp repos.### Lint your Emacs lisp files!
```bash
docker run -v "$(pwd)":/mnt/workspace -t camsaul/docker-emacs-package-lint:latest your-emacs-lisp-file.el
```### Building the Docker image locally
```bash
git submodule init
docker build . -t camsaul/docker-emacs-package-lint:latest
```