Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I made it possible to specify target methods. #11

Merged
merged 3 commits into from
Jun 10, 2024
Merged

I made it possible to specify target methods. #11

merged 3 commits into from
Jun 10, 2024

Conversation

pyama86
Copy link
Contributor

@pyama86 pyama86 commented Jun 10, 2024

I've reimplemented the exclusion conditions using the option function pattern, as there is a possibility that they might increase in the future.

Comment on lines +147 to +149
{l.ignorePathPrefixes, strings.HasPrefix},
{l.ignorePathSuffixes, strings.HasSuffix},
{l.ignorePathContains, strings.Contains},
Copy link
Member

Choose a reason for hiding this comment

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

Wow! smart!

Copy link
Member

@k1LoW k1LoW left a comment

Choose a reason for hiding this comment

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

LGTM!

@pyama86 pyama86 merged commit 87f2bb9 into main Jun 10, 2024
3 checks passed
@pyama86 pyama86 deleted the opt branch June 10, 2024 03:44
@github-actions github-actions bot mentioned this pull request Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants