samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
111 stars 24 forks source link

Golangci lint #130

Closed synarete closed 2 years ago

synarete commented 2 years ago

Enable 'golanci-lint' tool via 'make lint' rule.

phlogistonjohn commented 2 years ago

One additional thought... should we have one top level make check that runs all static check tools (run individual tools like make check-revive or make check-foo)?

synarete commented 2 years ago

One additional thought... should we have one top level make check that runs all static check tools (run individual tools like make check-revive or make check-foo)?

Agreed. Fixed Makefile accordingly (i.e.: make check calls all static check tools).