https://github.com/lartie/noverify-docker
Dockerized NoVerify
https://github.com/lartie/noverify-docker
docker linter noverify php vk vk-noverify
Last synced: about 1 year ago
JSON representation
Dockerized NoVerify
- Host: GitHub
- URL: https://github.com/lartie/noverify-docker
- Owner: lartie
- License: mit
- Created: 2019-03-20T08:59:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T09:41:48.000Z (about 5 years ago)
- Last Synced: 2025-05-07T06:46:24.437Z (about 1 year ago)
- Topics: docker, linter, noverify, php, vk, vk-noverify
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NoVerify in Docker
## What is NoVerify?
Please see [https://github.com/VKCOM/noverify](https://github.com/VKCOM/noverify)
## How to use?
```bash
docker run -v /path/to/your/project/root:/project -v /path/to/your/project/output:/tmp/noverify artemy/noverify:0.1
```
## How to change noverify command?
```bash
docker run -e ENTRYPOINT_CMD="noverify -stubs-dir=/root/phpstorm-stubs -cache-dir=$HOME/tmp/cache/noverify /app" -v /path/to/your/project/root:/project -v /path/to/your/project/output:/tmp/noverify artemy/noverify:0.1
```
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.