Add note about lint docker image

This commit is contained in:
Otto Winter 2019-05-28 10:25:27 +02:00
parent 3b11aaed9b
commit 0bd3be8b67
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 12 additions and 1 deletions

View File

@ -548,7 +548,6 @@ loader. These are:
- ``ESP_PLATFORMS``: Provide a whitelist of ESP types this integration works with.
Codebase Standards
------------------
@ -591,6 +590,18 @@ Standard for the esphome-core codebase:
implementations.
- Please test your changes :)
.. note::
You can also run the lint and travis checks through a docker image:
.. code-block:: bash
# Full lint+test suite
docker run --rm -v "${PWD}/":/esphome -it esphome/esphome-lint script/fulltest
# Run lint only over changed files
docker run --rm -v "${PWD}/":/esphome -it esphome/esphome-lint script/quicklint
ESPHome via Gitpod
******************