forked from LBRYCommunity/lbry-sdk
add emacs tmp files to pylint blacklist
This commit is contained in:
parent
afba045c29
commit
667d5ac622
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
# paths.
|
# paths.
|
||||||
ignore=CVS
|
ignore=CVS
|
||||||
|
|
||||||
|
# Add files or directories matching the regex patterns to the
|
||||||
|
# blacklist. The regex matches against base names, not paths.
|
||||||
|
# `\.#.*` - add emacs tmp files to the blacklist
|
||||||
|
ignore-patterns=\.#.*
|
||||||
|
|
||||||
# Pickle collected data for later comparisons.
|
# Pickle collected data for later comparisons.
|
||||||
persistent=yes
|
persistent=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue