Add Linting to Topology Service CI/CD
What
As per #31, 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
Edited by Bojan Marjanovic