summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-4/+3
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-3/+5
* Add typing that were lacking following refactorPierre Sassoulas2021-03-071-3/+3
* Introduced deprecated attributesMatus Valo2021-03-061-23/+39
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-211-2/+2
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-211-14/+6
* Added example of deprecation checkerMatus Valo2021-02-211-0/+89
* remove invalid fstr setting (#3682)Thomas Grainger2020-06-161-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-2/+0
* Refresh the docs a bit in preparation for the releaseClaudiu Popa2020-03-131-64/+76
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-0/+2
* update examples/pylintrc with new logging-format-style help (#3360)John Belmonte2020-01-261-1/+1
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-0/+4
* Improve help for options (#2986)Peter Kolbus2019-07-091-224/+250
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-1/+2
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-202-23/+31
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-202-3/+3
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-191-1/+1
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* The ``locally-enabled`` check is gone.Claudiu Popa2018-08-241-1/+0
* Removed double space from pylintrc exampleMarcus Näslund2018-08-081-1/+1
* Regenerate example pylintrc and man pageVille Skyttä2018-06-131-197/+368
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-13/+43
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-3/+3
* Fix err "global name 'module' is not defined" (#1146)sdet_liang2016-10-251-1/+1
* Add a message in the example checker, since the message is needed.Claudiu Popa2016-08-141-1/+5
* Added threading.local to ignored classes default list (#946)Jürgen Hermann2016-06-241-1/+1
* error E0201 is obsolete - now E1101Anentropic2015-11-181-1/+1
* Various changes related to docsMichal Nowikowski2015-02-271-2/+11
* Backed out changeset 406c23c24795Michal Nowikowski2015-02-281-11/+2
* Various changes related to docsMichal Nowikowski2015-02-271-2/+11
* Update the examples to the new message format.Claudiu Popa2015-01-031-1/+3
* Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-031-4/+5
* Documentation improvementsMichal Nowikowski2014-11-041-68/+103
* regenerated example pylintrc and man page (though they should be removed from...Sylvain Thénault2014-07-251-1/+4
* regenerate doc/example/manSylvain Thénault2014-04-181-33/+100
* Extend the line length check.Torsten Marek2013-06-171-0/+2
* astng has been renamed astroidDavid Douard2013-06-171-8/+8
* regenerate generated documentationSylvain Thénault2013-04-161-47/+72
* add note about soon useless stream.seek()Sylvain Thénault2011-10-261-3/+1
* add regular expression support for generated-members (closes #69738)Alain Leufroy2011-07-081-2/+3
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-6/+8
* doc : more update on optionsEmile Anclin2010-10-251-2/+2
* example: updated examples/pylintrc by using --generate-rcfileEmile Anclin2010-10-251-147/+79
* proper update of report identifiers to avoid collision with message in the Re...Sylvain Thénault2010-05-251-3/+3
* update custom checker in example/custom.pyEmile Anclin2010-03-221-9/+7
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-3/+0
* include Dotan Barak spell fixes patchSylvain Thénault2009-11-231-8/+8
* several documentation changesEmile Anclin2008-09-151-69/+69
* makefile fixSylvain Thénault2008-02-071-3/+3