Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-01-07 | Make it possible to inject flags of protoc invocation. | Benjamin Bannier | |
Typically proto files depend on and make use of proto definitions in other files. When invoking protoc user can supply paths to inspect for dependencies. This patch makes it possible to configure flags passed to protoc. This makes it e.g., possible to change include paths of the linter's protoc invocation. | |||
2017-11-10 | Added support for linting of proto files (#1098) | Jeff Willette | |
* Added support for linting of proto files * Added function to get the proper protoc command |