From: Carlos O'Donell Date: Tue, 20 May 2025 11:45:14 +0000 (-0400) Subject: pylintrc: Remove obsolete ignore section and comments. X-Git-Tag: glibc-2.42~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=078c18d358e08e4222eda6bdf43c828e1b6928df;p=thirdparty%2Fglibc.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 --- diff --git a/scripts/pylintrc b/scripts/pylintrc index d772cb0a7d..ac635c36bc 100644 --- a/scripts/pylintrc +++ b/scripts/pylintrc @@ -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