cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

Revisit the linting of the mocks directory #245

Open mattysweeps opened 5 years ago

mattysweeps commented 5 years ago

Can mocks be replaced with https://github.com/golang/mock or some other equivalent tool which generates useful mocks? It might be easier to maintain them that way.

Also, generated mocks might have a better chance of passing the lint tests.