Skip to content

Commit

Permalink
fix(repo-metadata-lint): add runtimeconfig to the list of non-gRPC AP…
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 21, 2023
1 parent d318c47 commit 141268c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/repo-metadata-lint/src/validate.ts
Expand Up @@ -35,6 +35,7 @@ const API_LIBRARY_TYPES = [
// Manually curated list of allowed api_shortname entries
const EXTRA_ALLOWED_API_SHORTNAMES = [
'bigquery', // handwritten client that has no protos
'runtimeconfig', // handwritten client that has no protos
];

interface ApiIndex {
Expand Down

0 comments on commit 141268c

Please sign in to comment.