]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Ignore 'attribute-defined-outside-init' warnings.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 17 Apr 2024 23:20:32 +0000 (16:20 -0700)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Apr 2024 12:55:22 +0000 (14:55 +0200)
* pygnulib/.pylintrc: Add W0201 to the disabled warnings.
See discussion here:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00275.html>

ChangeLog
pygnulib/.pylintrc

index 7c2e380dbab1205aa1b6c5ee4721472e35fb96cb..93b5048919a06120ee9b8ec78f57ddc1e391b7ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-04-18  Collin Funk  <collin.funk1@gmail.com>
+
+       gnulib-tool.py: Ignore 'attribute-defined-outside-init' warnings.
+       * pygnulib/.pylintrc: Add W0201 to the disabled warnings.
+       See discussion here:
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00275.html>
+
 2024-04-17  Bruno Haible  <bruno@clisp.org>
 
        totalorder* tests: Strengthen tests.
index 102accb37dbfdea415071b83adec7da1a8fdd46f..59fc986f13bfc7f20315d33a99f79e3f69d85964 100644 (file)
@@ -1,7 +1,7 @@
 # .pylintrc
 
 [MESSAGES CONTROL]
-disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735
+disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735,W0201
 
 # Local Variables:
 # mode: conf