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: allow paths and globs for --ignore-package #47

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

QuiiBz
Copy link
Owner

@QuiiBz QuiiBz commented Dec 23, 2023

Closes #41

  • --ignore-package now supports specifying a path to a specific package
  • --ignore-package now supports globs

Examples:

# Ignore all issues in the `@repo/tools` package
sherif -p @repo/tools
# Ignore all issues for packages name matching `@repo-internal/*`
sherif -p @repo-internal/*
# Ignore all issues in the package inside `./integrations/react`
sherif -p ./integrations/react
# Ignore all issues for packages inside `./integrations/*`
sherif -p ./integrations/*

@QuiiBz QuiiBz added the enhancement New feature or request label Dec 23, 2023
@QuiiBz QuiiBz merged commit 3e68647 into main Dec 23, 2023
4 checks passed
@QuiiBz QuiiBz deleted the feat/ignore-packages-allow-path-glob branch December 23, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow to ignore multiple packages at once
1 participant