Add nolintlint to warn us of extraneous nolint comments

This commit is contained in:
Sargun Dhillon
2020-12-04 21:21:31 -08:00
parent bbe4551940
commit c0d5809285
3 changed files with 4 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ var (
*/
// MockProvider implements the virtual-kubelet provider interface and stores pods in memory.
type MockProvider struct { // nolint:golint
type MockProvider struct {
nodeName string
operatingSystem string
internalIP string