-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ignore-patterns
incorrectly ignores some files
#9273
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Comments
bersbersbers
added
the
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
label
Nov 30, 2023
Same behavior as |
mbyrnepr2
added
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
and removed
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
May 15, 2024
mbyrnepr2
added a commit
to mbyrnepr2/pylint
that referenced
this issue
May 15, 2024
…be linted is specified using a dot(``.``) and all files are ignored instead of only the files whose name begin with a dot. Closes pylint-dev#9273
mbyrnepr2
added
the
False Negative 🦋
No message is emitted but something is wrong with the code
label
May 15, 2024
jacobtylerwalls
pushed a commit
that referenced
this issue
May 16, 2024
* Fix a false negative for ``--ignore-patterns`` when the directory to be linted is specified using a dot(``.``) and all files are ignored instead of only the files whose name begin with a dot. Closes #9273
jacobtylerwalls
pushed a commit
that referenced
this issue
May 16, 2024
* Fix a false negative for ``--ignore-patterns`` when the directory to be linted is specified using a dot(``.``) and all files are ignored instead of only the files whose name begin with a dot. Closes #9273 (cherry picked from commit b3aceb0) Co-authored-by: Mark Byrne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
Pylint output
Expected behavior
Do not ignore
bug.py
Pylint version
OS / Environment
Windows and Linux
Additional dependencies
None
The text was updated successfully, but these errors were encountered: