Update command

This commit is contained in:
Fabian Affolter 2016-10-29 17:31:02 +02:00
parent 45fc648d56
commit c769046d15
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -44,7 +44,7 @@ $ py.test tests/test_core.py
You can also run linting tests against all changed files, as reported by `git diff upstream/dev --name-only`, using the `lint` script: You can also run linting tests against all changed files, as reported by `git diff upstream/dev --name-only`, using the `lint` script:
```bash ```bash
home-assistant$ script/lint --changed $ script/lint --changed
``` ```
### {% linkable_title Preventing Linter Errors %} ### {% linkable_title Preventing Linter Errors %}