k8snetworkplumbingwg / sriov-cni

DPDK & SR-IOV CNI plugin
Apache License 2.0
298 stars 147 forks source link

github workflow for static analysis to run lint using "make lint" command #260

Closed adrianchiris closed 8 months ago

adrianchiris commented 1 year ago

What would you like to be added?

we should modify our golangci job in static-scan.yml github workflow to just invoke make lint to avoid a split brain scenario where Makefile points to one golangci-lint version and the workflow points to another

What is the use case for this feature / enhancement?

less things to update when bumping golangci-lint version

adrianchiris commented 1 year ago

259

SchSeba commented 1 year ago

https://github.com/k8snetworkplumbingwg/sriov-cni/pull/265