mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-26 18:04:24 +00:00
Remove unparam linter
We decided that this linter does not provide very useful feedback for our project.
This commit is contained in:
@@ -644,7 +644,6 @@ func authenticatorAPIGroup(apiGroup string) withFunc {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint:unparam // the apiGroupSuffix parameter might always be the same, but this is nice for test readability
|
||||
func replaceGV(t *testing.T, baseGV schema.GroupVersion, apiGroupSuffix string) schema.GroupVersion {
|
||||
t.Helper()
|
||||
groupName, ok := Replace(baseGV.Group, apiGroupSuffix)
|
||||
|
||||
Reference in New Issue
Block a user