Skip to content

Commit f486e0f

Browse files
authored
cleanup: remove storage/v2 generated files (#7243)
I thought we would implement the storage testbench for storage/v2 in this repository first. But it did not work that way. The testbench is being actively developed in [its own repo]. I hope to submit a PR to switch to that repository in the next few days. [its own repo]: https://github.com/googleapis/storage-testbench
1 parent 4000299 commit f486e0f

9 files changed

Lines changed: 2 additions & 4033 deletions

File tree

ci/cloudbuild/builds/checkers.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ time {
7575
# A couple useful invocations:
7676
# $ typos --write-changes # writes spelling fixes back to disk
7777
# $ typos --dump-config - # dumps effective config to stdout
78-
typos --exclude 'google/cloud/storage/emulator/google/**'
78+
typos
7979
}
8080

8181
printf "%-30s" "Running markdown generators:" >&2
@@ -157,8 +157,7 @@ time {
157157
# https://pypi.org/project/black/
158158
printf "%-30s" "Running black:" >&2
159159
time {
160-
git ls-files -z | grep -z -v 'google/cloud/storage/emulator/google' |
161-
grep -z '\.py$' | xargs -0 python3 -m black --quiet
160+
git ls-files -z | grep -z '\.py$' | xargs -0 python3 -m black --quiet
162161
}
163162

164163
# Apply shfmt to format all shell scripts

google/cloud/storage/emulator/google/iam/v1/iam_policy_pb2.py

Lines changed: 0 additions & 272 deletions
This file was deleted.

0 commit comments

Comments
 (0)