concourse / concourse

Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 'b' is not referenced in method's body, consider removing or renaming it as _
1852
1853// OnCheckBuildStart is a hook point called after a worker is selected. For DB
1854// build, there is nothing to in at this point.
1855func (b *build) OnCheckBuildStart() error {1856	return nil
1857}
1858