Files not ignored when linting from standard input #4354
Labels
Bug 🪲
Command line
Related to command line interface
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
The
ignore-patterns
option can be used to ignore certain files based on the specified pattern. For example:Here there would be no output because the input is ignored. This does not work when reading the input from standard in instead of from a file. This is problematic when using pylint as an on-the-fly linter (e.g. in vim) because there is no good way to ignore certain inputs.
Steps to reproduce
Current behavior
Input is linted.
Expected behavior
Input is ignored.
pylint --version output
Result of
pylint --version
output:The text was updated successfully, but these errors were encountered: