Commit d5945ed
File tree
Expand file treeCollapse file tree
26 files changed
+133
-14
lines changedFilter options
- gazelle/python
- testdata
- monorepo/coarse_grained
- project_generation_mode
- bar
- foo
- project_generation_mode_with_test_entrypoint
- foo
- project_generation_mode_with_tests
- foo
Expand file treeCollapse file tree
26 files changed
+133
-14
lines changed+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
|
+15-13Lines changed: 15 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
396 |
| - |
397 |
| - |
398 |
| - |
399 |
| - |
400 |
| - |
401 |
| - |
402 |
| - |
403 |
| - |
404 |
| - |
405 |
| - |
406 |
| - |
407 |
| - |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
408 | 411 |
|
409 |
| - |
410 | 412 |
|
411 | 413 |
|
412 | 414 |
|
|
gazelle/python/testdata/monorepo/coarse_grained/BUILD.out
Copy file name to clipboardExpand all lines: gazelle/python/testdata/monorepo/coarse_grained/BUILD.out-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 | 28 |
|
gazelle/python/testdata/project_generation_mode/BUILD.in
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
gazelle/python/testdata/project_generation_mode/BUILD.out
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
gazelle/python/testdata/project_generation_mode/README.md
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
gazelle/python/testdata/project_generation_mode/WORKSPACE
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
gazelle/python/testdata/project_generation_mode/__init__.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode/__init__.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode/bar/bar.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode/bar/bar.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode/foo/foo.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode/foo/foo.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode/test.yaml
Copy file name to clipboard+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/BUILD.in
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/BUILD.out
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/README.md
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/WORKSPACE
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/__init__.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode_with_test_entrypoint/__init__.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/__test__.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode_with_test_entrypoint/__test__.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/foo/foo_test.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode_with_test_entrypoint/foo/foo_test.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode_with_test_entrypoint/test.yaml
Copy file name to clipboard+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
gazelle/python/testdata/project_generation_mode_with_tests/BUILD.in
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
gazelle/python/testdata/project_generation_mode_with_tests/BUILD.out
Copy file name to clipboard+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
gazelle/python/testdata/project_generation_mode_with_tests/README.md
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
gazelle/python/testdata/project_generation_mode_with_tests/WORKSPACE
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
gazelle/python/testdata/project_generation_mode_with_tests/__init__.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode_with_tests/__init__.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode_with_tests/foo/foo_test.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/project_generation_mode_with_tests/foo/foo_test.pyWhitespace-only changes.
gazelle/python/testdata/project_generation_mode_with_tests/test.yaml
Copy file name to clipboard+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
0 commit comments