]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
pylintrc: Remove obsolete ignore section and comments.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 20 May 2025 11:45:14 +0000 (07:45 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 21 May 2025 16:47:40 +0000 (12:47 -0400)
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>
scripts/pylintrc

index d772cb0a7de24f577b2926cb68e8e017be1eb9d4..ac635c36bc1162dd8a811af264e3bd68c5f59698 100644 (file)
 # 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