mirror of git://sourceware.org/git/glibc.git
pylintrc: Remove obsolete ignore section and comments.
Remove the obsolete ignore=CVS since we use git now. We make the code more inclusive by removing obsolete comments. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
2f769cec44
commit
078c18d358
|
|
@ -10,10 +10,6 @@
|
|||
# Profiled execution.
|
||||
profile=no
|
||||
|
||||
# Add files or directories to the blacklist. They should be base names, not
|
||||
# paths.
|
||||
ignore=CVS
|
||||
|
||||
# Pickle collected data for later comparisons.
|
||||
persistent=yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue