Skip to content

Commit

Permalink
Temporarily remove maligned linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Fernandes committed Jan 28, 2021
1 parent 2f78826 commit c0c586f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion operator/api/v1alpha4/bootstrapprovider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type BootstrapProviderStatus struct {
// +kubebuilder:object:root=true

// BootstrapProvider is the Schema for the bootstrapproviders API
type BootstrapProvider struct {
type BootstrapProvider struct { //nolint:maligned
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion operator/api/v1alpha4/controlplaneprovider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type ControlPlaneProviderStatus struct {
// +kubebuilder:object:root=true

// ControlPlaneProvider is the Schema for the controlplaneproviders API
type ControlPlaneProvider struct {
type ControlPlaneProvider struct { //nolint:maligned
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion operator/api/v1alpha4/coreprovider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type CoreProviderStatus struct {
// +kubebuilder:object:root=true

// CoreProvider is the Schema for the coreproviders API
type CoreProvider struct {
type CoreProvider struct { //nolint:maligned
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion operator/api/v1alpha4/infrastructureprovider_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type InfrastructureProviderStatus struct {
// +kubebuilder:object:root=true

// InfrastructureProvider is the Schema for the infrastructureproviders API
type InfrastructureProvider struct {
type InfrastructureProvider struct { //nolint:maligned
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Expand Down

0 comments on commit c0c586f

Please sign in to comment.