Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit b926f39

Browse files
committed
chore(Goldens): Rename .template_*.golden files to {template|outline}.golden.
... and corresponding changes around tests, builders, etc PiperOrigin-RevId: 200576582
1 parent 4afb749 commit b926f39

File tree

77 files changed

+8
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+8
-8
lines changed

_goldens/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ targets:
88
generate_for: ["test/_files/**"]
99
options:
1010
extensions:
11-
release: ".template_release.check"
12-
outline: ".template_outline.check"
11+
template: ".template.check"
12+
outline: ".outline.check"
1313

1414
builders:
1515
goldens:
@@ -20,5 +20,5 @@ builders:
2020
- outlineBuilder
2121
build_extensions:
2222
".dart":
23-
- ".template_release.check"
24-
- ".template_outline.check"
23+
- ".template.check"
24+
- ".outline.check"

0 commit comments

Comments
 (0)