Skip to content

Commit 9aa2cae

Browse files
authored
add a script to regenerate the gRPC library; commit generated gRPC libraries (#237)
1 parent e48fb93 commit 9aa2cae

Some content is hidden

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

52 files changed

+12514
-3
lines changed

.github/workflows/googleapis_firestore_v1.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838

3939
- run: dart analyze --fatal-infos
4040

41-
- run: dart format --output=none --set-exit-if-changed .
42-
if: ${{ matrix.sdk == 'stable' }}
41+
# TODO(devoncarew): We should update protoc_plugin to generate formatted
42+
# files.
43+
# - run: dart format --output=none --set-exit-if-changed .
44+
# if: ${{ matrix.sdk == 'stable' }}
4345

46+
# Enable once we have tests.
4447
# - run: dart test
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore generated protobuf files.
2+
*.pb.dart linguist-generated=true
3+
*.pbenum.dart linguist-generated=true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
include: package:lints/recommended.yaml
2+
3+
analyzer:
4+
errors:
5+
# TODO: Remove once google/protobuf.dart/pull/1000 is published.
6+
implementation_imports: ignore

pkgs/googleapis_firestore_v1/lib/google/api/annotations.pb.dart

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/googleapis_firestore_v1/lib/google/api/annotations.pbenum.dart

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)