Updated git diff statement (#4877)
This commit is contained in:
parent
12c19480ec
commit
dc8c5ee19d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $ pydocstyle homeassistant/core.py
|
|||
$ 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... --diff-filter=d --name-only`, using the `lint` script:
|
||||
|
||||
```bash
|
||||
$ script/lint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue