lantz
|
dad451bf8f
|
Pass code check with pylint=2.4.4 (#1012)
|
2021-01-25 14:00:53 -08:00 |
|
Bob Lantz
|
bf2bb4c88c
|
Sadly pylint isn't backward compatible; comment out newer options
Also slightly adjust some valid name conventions
|
2017-03-15 15:03:47 -07:00 |
|
Bob Lantz
|
bfc00c567c
|
Add more ignores for plint 1.5.2
|
2017-03-15 14:50:01 -07:00 |
|
Bob Lantz
|
e341526f46
|
Raise line limit to 4000 for miniedit.py (see note)
Future versions of pylint will allow this to be disabled
in the file itself, so we can drop the limit back to
1500 or something more reasonable!!
|
2014-12-04 09:26:11 -08:00 |
|
Bob Lantz
|
061598f011
|
Change from numeric to symbolic pylint error codes
|
2014-12-04 08:21:53 -08:00 |
|
Bob Lantz
|
3c9f5ad56e
|
Disable pep8 whitespace errors
|
2014-12-01 15:38:38 -08:00 |
|
Bob Lantz
|
350fdbfe50
|
Allow modules (node.py) to be 1500 lines. Maybe reduce this someday.
|
2012-04-10 00:02:56 +00:00 |
|
Bob Lantz
|
1d814c606d
|
disabled-msg -> disabled for current pylint
|
2012-03-09 19:27:04 -08:00 |
|
Bob Lantz
|
b2ef87ae51
|
Changes to pass code check.
We should check NOXController and RemoteController to make sure that
they are not broken, but I cannot do this at the moment.
|
2010-03-24 15:02:28 -07:00 |
|
Bob Lantz
|
7ecd095c45
|
Allow *args and **kwargs.
|
2010-03-09 21:44:45 -08:00 |
|
Bob Lantz
|
46fa564a8a
|
Changed to ignore W0511, which fails on TODO, FIXME, etc..
We may wish to re-enable this later.
|
2010-02-04 23:13:33 -08:00 |
|
Brandon Heller
|
1b6a9c3a20
|
Add missing pylint settings file
|
2010-01-09 21:12:17 -08:00 |
|