Add Linting to Topology Service CI/CD
What
As per #31 (closed), we're adding linting to our Topology Service CI/CD. In this MR, we're:
- introducing a new
lint
step, powered withprotolint
, - fixing existing offenses,
- disabling the following rules
MAX_LINE_LENGTH
,ENUM_FIELD_NAMES_PREFIX
with.protolint.yaml
config file.
Relates to: #31 (closed)
Edited by Bojan Marjanovic