Skip to content

Commit

Permalink
Merge pull request #328 from werf/chore-update-golangci-lint
Browse files Browse the repository at this point in the history
chore: fix lint
  • Loading branch information
ilya-lesikov authored Jan 22, 2024
2 parents 0aee658 + cab665e commit 2d370ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ linters:
# Default linters.
- deadcode
- ineffassign
- structcheck
- typecheck
- varcheck

Expand Down
4 changes: 0 additions & 4 deletions pkg/utils/controller_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ type ReplicaSetControllerWrapper struct {
replicaSetTemplate corev1.PodTemplateSpec
labelSelector *metav1.LabelSelector
metadata metav1.Object
deployment *appsv1.Deployment
statefulSet *appsv1.StatefulSet
daemonSet *appsv1.DaemonSet
job *batchv1.Job
}

func (w *ReplicaSetControllerWrapper) NewReplicaSetTemplate() corev1.PodTemplateSpec {
Expand Down

0 comments on commit 2d370ae

Please sign in to comment.