Add initial protobuf bindings #7
ci.yaml
on: pull_request
Matrix: Test with nox
Check proto files with protolint
8s
Build distribution packages
34s
Test documentation website generation
21s
Test package installation in different architectures
0s
Publish packages to PyPI
0s
Annotations
8 errors
Check proto files with protolint:
proto/frequenz/api/reporting/v1/reporting.proto#L19
[linter-name (protolint)] reported by reviewdog 🐶
Imports are not sorted.
Raw Output:
[proto/frequenz/api/reporting/v1/reporting.proto:19:1] Imports are not sorted.
|
Check proto files with protolint:
proto/frequenz/api/reporting/v1/reporting.proto#L20
[linter-name (protolint)] reported by reviewdog 🐶
Imports are not sorted.
Raw Output:
[proto/frequenz/api/reporting/v1/reporting.proto:20:1] Imports are not sorted.
|
Check proto files with protolint:
proto/frequenz/api/reporting/v1/reporting.proto#L106
[linter-name (protolint)] reported by reviewdog 🐶
EnumField name "FILTER_OPTION_EXCLUDE" with zero value should have the suffix "UNSPECIFIED"
Raw Output:
[proto/frequenz/api/reporting/v1/reporting.proto:106:5] EnumField name "FILTER_OPTION_EXCLUDE" with zero value should have the suffix "UNSPECIFIED"
|
Check proto files with protolint:
proto/frequenz/api/reporting/v1/reporting.proto#L410
[linter-name (protolint)] reported by reviewdog 🐶
Repeated field name "aggregation_config" must be pluralized name "aggregation_configs"
Raw Output:
[proto/frequenz/api/reporting/v1/reporting.proto:410:3] Repeated field name "aggregation_config" must be pluralized name "aggregation_configs"
|
Test with nox (ubuntu-20.04, 3.11, pytest_min)
Process completed with exit code 1.
|
Test with nox (ubuntu-20.04, 3.11, ci_checks_max)
Process completed with exit code 1.
|
Test documentation website generation
Process completed with exit code 1.
|
Build distribution packages
Process completed with exit code 1.
|