Skip to content

Commit 7a610e5

Browse files
authored
feat: protovalidate support (#124)
1 parent e3eb6fe commit 7a610e5

10 files changed

+6384
-400
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ Possible options are:
178178
If you would like to add additional validation to your proto files, you can use one of the following validation frameworks.
179179

180180
- [proto-gen-validate](https://github.com/bufbuild/protoc-gen-validate) Validation of lists are not 100% supported
181+
- [protovalid](https://github.com/bufbuild/protovalidate)
181182

src/google-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,4 +853,5 @@ export const googleProtoTypes: { [key: string]: { [k: string]: any } } = {
853853
}
854854
},
855855
'validate/validate.proto': {},
856+
'buf/validate/validate.proto': {},
856857
};

0 commit comments

Comments
 (0)