File tree Expand file tree Collapse file tree 9 files changed +10
-1
lines changed Expand file tree Collapse file tree 9 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package controller
1819
1920import (
@@ -41,7 +42,7 @@ type BundleReconciler struct {
4142// SetupWithManager sets up the controller with the Manager.
4243func (r * BundleReconciler ) SetupWithManager (mgr ctrl.Manager ) error {
4344 return ctrl .NewControllerManagedBy (mgr ).
44- For (& trustapi.Bundle {}). //lint:ignore SA1019
45+ For (& trustapi.Bundle {}).
4546 Owns (& trustmanagerapi.ClusterBundle {}).
4647 Complete (r )
4748}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package webhook
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package webhook
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package webhook
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package env
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package test
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package test
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package test
1819
1920import (
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ //nolint:staticcheck // SA1019
1718package smoke
1819
1920import (
You can’t perform that action at this time.
0 commit comments