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

feat: improve unmatched logic #318

Merged
merged 1 commit into from
Jun 14, 2024
Merged

feat: improve unmatched logic #318

merged 1 commit into from
Jun 14, 2024

Conversation

brianmcgee
Copy link
Member

@brianmcgee brianmcgee commented Jun 14, 2024

Separates global excludes processing from Formatter.Wants. This removes redundant processing of global excludes in each Formatter.Wants call.

If a file has been globally excluded, we do not emit an on-unmatched log message. This should help reduce noise as reported in #317.

Signed-off-by: Brian McGee [email protected]

Separates global excludes processing from `Formatter.Wants`. This removes redundant processing of global excludes in each `Formatter.Wants` call.

If a file has been globally excluded, we do not emit an `on-unmatched` log message. This should help reduce as reported in #317.

Signed-off-by: Brian McGee <[email protected]>
Copy link
Member

@zimbatm zimbatm left a comment

Choose a reason for hiding this comment

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

:lgtm:

@brianmcgee
Copy link
Member Author

@Mergifyio queue

Copy link
Contributor

mergify bot commented Jun 14, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at 2510126

@mergify mergify bot merged commit 2510126 into main Jun 14, 2024
13 checks passed
@mergify mergify bot deleted the feat/improve-unmatched branch June 14, 2024 09:36
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