Skip to content

Commit dc8c5ee

Browse files
cdce8pfabaff
authored andcommitted
Updated git diff statement (home-assistant#4877)
1 parent 12c1948 commit dc8c5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/development_testing.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ pydocstyle homeassistant/core.py
5454
$ py.test tests/test_core.py
5555
```
5656

57-
You can also run linting tests against all changed files, as reported by `git diff upstream/dev... --name-only`, using the `lint` script:
57+
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:
5858

5959
```bash
6060
$ script/lint

0 commit comments

Comments
 (0)