23236c12fa
This patch adds a roles and jobs to run golangci-lint against a a Golang project. It's a very popular tool for linting go code. It also adds a simple framework which allows us to create dynamic tests for file comments by defining a simple YAML file. Change-Id: Ic8358541adaf7c3279383f0279cd3da7b446a6e0
12 lines
382 B
YAML
12 lines
382 B
YAML
---
|
|
workdir: src/opendev.org/vexxhost/openstack-operator
|
|
output: |
|
|
builders/pod_metrics_endpoint.go:27:2: SA1019: pme.obj.TargetPort is deprecated: Use 'port' instead. (staticcheck)
|
|
pme.obj.TargetPort = &targetPort
|
|
^
|
|
|
|
comments:
|
|
builders/pod_metrics_endpoint.go:
|
|
- line: 27
|
|
message: "SA1019: pme.obj.TargetPort is deprecated: Use 'port' instead. (staticcheck)"
|