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

Commits on Jun 14, 2024

  1. feat: improve unmatched logic

    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]>
    brianmcgee committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    56d8561 View commit details
    Browse the repository at this point in the history