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

Use fnmatch instead of pathlibs match #452

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

Mutantpenguin
Copy link
Contributor

pathlibs match doesn't work with fnmatch patterns, but these are necessary to exclude whole subfolders for example

fixes #445

pathlibs match doesn't work with fnmatch patterns, but these are necessary to exclude whole subfolders for example
@karthiknadig karthiknadig self-requested a review November 10, 2023 17:35
@karthiknadig karthiknadig self-assigned this Nov 10, 2023
@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Nov 10, 2023
@karthiknadig karthiknadig changed the title use fnmatch instead of pathlibs match Use fnmatch instead of pathlibs match Nov 10, 2023
@karthiknadig karthiknadig enabled auto-merge (squash) November 10, 2023 17:41
@karthiknadig karthiknadig merged commit abc12d3 into microsoft:main Nov 10, 2023
karthiknadig pushed a commit to karthiknadig/vscode-pylint that referenced this pull request Nov 10, 2023
@Mutantpenguin Mutantpenguin deleted the patch-1 branch November 11, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pylint.ignorePatterns doesn't work with glob pattern as documented
3 participants