https://github.com/imega/docker-phpcs
Used PHP CodeSniffer tools in docker image.
https://github.com/imega/docker-phpcs
Last synced: 5 months ago
JSON representation
Used PHP CodeSniffer tools in docker image.
- Host: GitHub
- URL: https://github.com/imega/docker-phpcs
- Owner: iMega
- Created: 2015-03-26T09:17:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T10:03:06.000Z (about 11 years ago)
- Last Synced: 2025-05-24T20:02:05.454Z (about 1 year ago)
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-phpcs
Used [PHP CodeSniffer tools](http://squizlabs.github.io/PHP_CodeSniffer) in docker image.
## Build
```
$ docker build --no-cache -t imega/phpcs .
```
## Usage
```
$ docker run --rm -t imega/phpcs --version
```