- Dec 15, 2017
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
hippo91 authored
Pylint doesn't take anymore the default rcfile if the rcfile specified on the command line doesn't exist (#1768)
-
- Dec 14, 2017
-
-
Pedro Algarvio authored
This is a more permissive regex which also allows digits.
-
- Dec 12, 2017
-
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Claudiu Popa authored
-
- Dec 11, 2017
-
-
hippo91 authored
Fixes ``pylint disable=fixme` directives ignored for comments following the last statement in a file (#1740) Fixes #1681
-
hippo91 authored
-
hippo91 authored
-
hippo91 authored
Add of a test on the presence of = in the line. Return None instead of Return to avoid inconsistent return statement
-
hippo91 authored
Add of 2 very long lines with a disable=fixme directive that should not deactivate emission of line-too-long messages.
-
hippo91 authored
Modifying line_too_long.py to add test checking that another directive thant 'line-too-long' doesn't deactivate the emission of 'line-too-long' message
-
hippo91 authored
-
Claudiu Popa authored
-
Hugo authored
-
Claudiu Popa authored
Close #1756
-
Claudiu Popa authored
-
Hugo authored
-
Hugo authored
-
Chris Lamb authored
Whilst working on the Reproducible Builds effort [0], we noticed that pylint could not be built reproducibly. This is due to the documentation generator iterating over the filesystem in a nondeterminstic order and then iterating over an internal, nondeterminstic, data structure. This was originally filed in Debian as #883913. [0] https://reproducible-builds.org/ [1] https://bugs.debian.org/883913 Signed-off-by:
Chris Lamb <chris@chris-lamb.co.uk>
-
- Nov 14, 2017
-
- Nov 13, 2017
-
-
hippo91 authored
-
Martin authored
This TODO was resolved in: https://github.com/PyCQA/pylint/pull/1733#pullrequestreview-75930778 Resolves: #1301
-
- Nov 11, 2017
-
-
Claudiu Popa authored
-
ttenhoeve-aa authored
-
Claudiu Popa authored
-
Daniel Miller authored
-
Martin authored
Shallow copy of os.environ doesn't work as people may expect. os.environ is not a dict object but rather a proxy object, so any changes made on the copy may have unexpected effects on os.environ Instead of copy.copy(os.environ) method os.environ.copy() should be used. Message id is: `shallow-copy-environ` See https://bugs.python.org/issue15373 for details. Resolves: #1301
-
Claudiu Popa authored
-
Claudiu Popa authored
-
Daniel Miller authored
-
Ashley Whetter authored
-
Ashley Whetter authored
-