Skip to content

Commit

Permalink
Add TODO removal comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanlingen committed Dec 17, 2024
1 parent 2ad2e6f commit f8fca6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import java.nio.file.Path;

// TODO: Remove this file, we will use the `FindDockerImageUses` in the rewrite-docker module
public class FindImage extends Recipe {
transient ImageSourceFiles results = new ImageSourceFiles(this);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.openrewrite.Recipe;

@JsonIgnoreType
// TODO: Remove this file, we will use the `DockerBaseImages` in the rewrite-docker module
public class ImageSourceFiles extends DataTable<ImageSourceFiles.Row> {

public ImageSourceFiles(Recipe recipe) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import static org.openrewrite.test.SourceSpecs.text;
import static org.openrewrite.yaml.Assertions.yaml;

// TODO: Remove this file, we will use the `FindDockerImageUses` in the rewrite-docker module
class FindImageTest implements RewriteTest {

@Override
Expand Down

0 comments on commit f8fca6b

Please sign in to comment.