summaryrefslogtreecommitdiff
path: root/pylint/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Make generated rst section names uniqueBryce Guinta2018-08-011-7/+8
* Fix rst italics of generated pylint helpBryce Guinta2018-08-011-1/+2
* Fix not being able to disable certain messages on the last line (#2342)Bryce Guinta2018-07-241-1/+2
* Update copyright noticesClaudiu Popa2018-07-151-2/+9
* Add new checker useless-object-inheritance.ssolanki2018-06-201-7/+7
* Fixed incorrect line number for line-too-long on comment at end of module (#2...hippo912018-06-021-0/+12
* Remove six package usages. (#2151)Sushobhit2018-05-271-17/+14
* Remove extraneous variablesClaudiu Popa2018-05-231-3/+0
* Refactor - MessagesStore.check_message_id(msgid)Pierre Sassoulas2018-05-101-16/+18
* Fix - Take reviews by PCManticore into accountPierre Sassoulas2018-05-101-39/+48
* Fix - Remove f-string for python 3.4 and 3.5 compatibilityPierre Sassoulas2018-05-101-8/+16
* Style - Readability changes in MessagesStorePierre Sassoulas2018-05-101-36/+51
* Refactor - Better error message for inconsistent checkerPierre Sassoulas2018-05-101-2/+5
* Refactor - Better error message for duplicated msgid or symbolPierre Sassoulas2018-05-101-38/+121
* Finally we're lint cleanClaudiu Popa2018-05-091-1/+1
* Drop the encoding parameter from the format_section functionClaudiu Popa2018-05-091-10/+1
* Drop unused argumentClaudiu Popa2018-05-091-3/+2
* Make sure we operate on stringsClaudiu Popa2018-05-091-1/+1
* Remove a couple of sys.version checks that aren't needed any longer on Python 3Claudiu Popa2018-05-091-26/+6
* Revert "Proposal of a fix for bug #1950"Claudiu Popa2018-04-171-13/+0
* Taking into accound @PCManticore's remarkshippo912018-04-151-4/+4
* Taking into account pylint's remarkhippo912018-04-071-4/+4
* Add of comment and changing the return value in case the message's line is af...hippo912018-04-071-1/+5
* Merge branch 'master' into bug_1950hippo912018-04-061-0/+22
|\
| * Add a new checker against using numeric ids instead of symbolic idshippo912018-03-051-0/+22
* | Add of get_effective_max_line_number in FileState class + calling it in is_me...hippo912018-04-061-0/+9
|/
* Correctly strip the path prefix from the report paths (#1883)Reverb C2018-03-011-1/+1
* Fix the wrong scope of the ``disable=`` directive after a commented line.hippo912018-02-141-1/+1
* Enable redefined-builtinNick Drozd2018-01-041-8/+8
* Add ability to specify message column offset independent of node for messages...Bryce Guinta2018-01-031-4/+4
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+22
* Make the documentation build reproducibly. (#1761)Chris Lamb2017-12-111-1/+1
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+1
* Use codecs.getreader. (#1658)Anthony Sottile2017-09-171-1/+10
* Comma separated values in the configuration file appear one item per lineThomas Hisch2017-08-141-1/+8
* Ignore patterns works on top-level files as well. Close #1384Claudiu Popa2017-07-211-0/+2
* Skip files or directories passed at command line when they are ignored. Close...Claudiu Popa2017-07-191-0/+2
* Fix crash if bad encoding goes after docstring (#1443)Mikhail Fesenko2017-05-221-1/+8
* Use the full filename for identifying __init__.py. (#1461)Craig Citro2017-05-221-1/+1
* Spelling fixes (#1397)Ville Skyttä2017-04-021-2/+2
* MessagesHandlerMixIn: extract common private method (#1226)Łukasz Rogalski2016-12-191-58/+34
* New refactoring checker: consider-using-ternary (#1210)Łukasz Rogalski2016-12-181-1/+1
* Sort configuration options in sections (#1090)Moises Lopez - https://www.vauxoo.com/2016-08-301-2/+2
* Use the short helpers exposed in astroid.modutils for handling the type of a ...Claudiu Popa2016-08-241-2/+2
* Fix the problems found by redefined-argument-from-localClaudiu Popa2016-07-281-6/+6
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+9
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-9/+9
* Move EmptyReport and UnknownMessage to pylint.exceptionsGlenn Matthews2016-07-191-8/+1
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-18/+41
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2