pkg/trait/camel.go (2 lines): - line 165: // TODO: this part will be subject to future refactoring - line 202: // TODO: this part will be subject to future refactoring pkg/controller/synthetic/synthetic.go (2 lines): - line 91: // TODO: refactor this code and remove lint exclusion - line 104: // TODO: looking at the code, nonManagedCamelApplicationFactory may return nil but the pkg/builder/quarkus.go (2 lines): - line 112: // TODO: this part will be subject to future refactoring - line 152: // TODO: this part will be subject to future refactoring pkg/util/maven/maven_project.go (2 lines): - line 120: // TODO: error handling - line 150: // TODO: error handling pkg/cmd/run.go (2 lines): - line 447: // TODO when we add health checks, we should Wait until they are passed - line 450: // TODO remove this log when we make sure that events are always created pkg/controller/build/recovery.go (1 line): - line 39: // TODO: externalize options pkg/trait/gc.go (1 line): - line 127: // TODO: this should be refined so that it's run when all the replicas for the newer generation are ready. pkg/cmd/describe.go (1 line): - line 67: // TODO: print the whole TraitSpec as Yaml cmd/util/doc-gen/generators/traitdocgen.go (1 line): - line 290: !strings.HasPrefix(strings.TrimLeft(l, " \t"), "TODO:") && pkg/client/camel/informers/externalversions/generic.go (1 line): - line 53: // TODO extend this to unknown resources with a client pool pkg/controller/build/monitor_pod.go (1 line): - line 318: // TODO we can make it a user variable !? pkg/util/bindings/knative_ref.go (1 line): - line 84: // TODO: refactor pkg/controller/build/monitor_routine.go (1 line): - line 126: // TODO apply code refactoring to the below conditions pkg/controller/catalog/catalog_controller.go (1 line): - line 205: // TODO: understand how to reconcile if there is any error while building the image (if that is possible) pkg/controller/integrationkit/initialize.go (1 line): - line 85: // TODO: this part will be subject to future refactoring pkg/controller/integration/monitor.go (1 line): - line 551: // TODO: this code must be moved to a dedicated function pkg/controller/integration/build_kit.go (1 line): - line 47: // TODO: we may need to add a timeout strategy, i.e give up after some time in case of an unrecoverable error. pkg/install/cluster.go (1 line): - line 279: // TODO those error codes are a little bit obscure, what do they mean ? it would be better to return an custom error. pkg/util/source/inspector_yaml.go (1 line): - line 213: // TODO nolint: gocyclo. pkg/cmd/describe_kamelet.go (1 line): - line 149: // TODO pretty print template data pkg/trait/builder.go (1 line): - line 128: // TODO expect maven repository in local repo (need to change builder pod accordingly!) pkg/trait/kamelets.go (1 line): - line 161: // TODO: