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(rule): add dotInIgnore option #153

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

kangetsu121
Copy link
Contributor

This Pull Request addresses an issue where URIs containing filenames that start with a period (.) are not ignored, even when specified using a glob pattern in the ignore option. To resolve this, an option has been added to enable the dot option from the minimatch.

Specifically, this option addresses cases to ignore URI like https://github.com/textlint-rule/textlint-rule-no-dead-link/blob/master/.github/workflows/test.yml.

Copy link
Member

@azu azu left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks

@azu azu merged commit a6df911 into textlint-rule:master Aug 6, 2024
6 checks passed
@azu
Copy link
Member

azu commented Aug 6, 2024

https://github.com/textlint-rule/textlint-rule-no-dead-link/releases/tag/v5.2.0

@kangetsu121 kangetsu121 deleted the add-dot-option branch August 6, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants