1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/pygnulib/.pylintrc
Collin Funk f9fdc52fd7 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-18 14:55:22 +02:00

9 lines
182 B
INI

# .pylintrc
[MESSAGES CONTROL]
disable=C0103,C0114,C0121,C0123,C0209,C0301,C0302,R0902,R0912,R0913,R0914,R0915,R1705,R1702,R1720,R1735,W0201
# Local Variables:
# mode: conf
# End: