Skip to content

chore: add default implementation for IgnoreInTestsTransformer interface#45

Merged
kodiakhq[bot] merged 3 commits intomainfrom
chore/add_ignore_in_test_transformer
Aug 15, 2023
Merged

chore: add default implementation for IgnoreInTestsTransformer interface#45
kodiakhq[bot] merged 3 commits intomainfrom
chore/add_ignore_in_test_transformer

Conversation

@mnorbury
Copy link
Copy Markdown
Collaborator

@mnorbury mnorbury commented Aug 15, 2023

Java version of DefaultIgnoreInTestsTransformer

fixes: #33

@mnorbury mnorbury added the automerge Add to automerge PRs once requirements are met label Aug 15, 2023
}
}

boolean transform(Field field);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we move the impl underneath the methods?

@kodiakhq kodiakhq Bot merged commit 7030d2c into main Aug 15, 2023
@kodiakhq kodiakhq Bot deleted the chore/add_ignore_in_test_transformer branch August 15, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add IgnoreInTestsTransformer interface and default

3 participants