Merge pull request #6194 from blackpiglet/linter_more

Enable more linters, and remove mal-functioned milestoned issue action.
This commit is contained in:
Xun Jiang/Bruce Jiang
2023-04-26 14:12:47 +08:00
committed by GitHub
19 changed files with 49 additions and 65 deletions

View File

@@ -617,7 +617,7 @@ func (s *server) getCSIVolumeSnapshotListers() (vsLister snapshotv1listers.Volum
s.logger.Errorf("fail to find snapshot v1 schema: %s", err)
}
return
return vsLister, err
}
func (s *server) runControllers(defaultVolumeSnapshotLocations map[string]string) error {