summaryrefslogtreecommitdiff
path: root/utils.py
Commit message (Expand)AuthorAgeFilesLines
* linting pylintSylvain Th?nault2014-07-251-3/+3
* [refactor] move handling of file specific state to its own FileState class (m...Sylvain Th?nault2014-07-241-44/+127
* extract a messages store from the MessagesHandlerMixIn classSylvain Th?nault2014-07-241-91/+97
* import modutils from astroid, it has been backported thereSylvain Th?nault2014-07-231-2/+2
* Don't emit 'no-name-in-module' for ignored modules. Closes issue #223.cpopa2014-07-121-0/+20
* fix explicit check of python script. Closes #219Sylvain Th?nault2014-04-291-1/+2
* Only use and emit symbolic warnings in the main linter moduleTorsten Marek2014-04-171-5/+6
* Always register messages even if they may not be emitted.Sylvain Th?nault2014-04-141-2/+2
* Merged in dnozay/pylint (pull request #87)Sylvain Th?nault2014-04-111-7/+21
|\
| * Do not crash when disable or enable in the RC file contain invalid message ID...Torsten Marek2014-04-091-6/+20
| * Updated FSF address.Arun Persaud2014-02-231-1/+1
* | fix error with message reports when custom checker uses old-style messagesDamien Nozay2014-01-141-2/+4
|/
* various pylint fixesSylvain Th?nault2013-12-221-9/+9
* fix indentation in various places. Damned googlers :pSylvain Th?nault2013-12-041-8/+8
* Add support for registering deprecated names for messages.Torsten Marek2013-11-061-1/+15
* Take first steps to use the symbolic name internally instead of the numeric id.Torsten Marek2013-11-061-24/+37
* [output] use more symbol instead of msgid: use them in message occurences rep...Sylvain Th?nault2013-09-251-6/+6
* [message handling] MessageDefinition grew a new format_help method to useSylvain Th?nault2013-09-251-22/+35
* [message handling] kill sort_msgs function, use sorted with key insteadSylvain Th?nault2013-09-251-12/+2
* [message handling]?refactor MessageDefinition instantiationSylvain Th?nault2013-09-251-42/+47
* some pylint and style fixesSylvain Th?nault2013-07-311-8/+8
* get_msg_display_string always return symbolic nameSylvain Th?nault2013-07-301-5/+1
* rename Message to MessageDefinitionSylvain Th?nault2013-07-301-4/+4
* utils: allow specifying min and max relevant python versions for a messageJulien Cristau2013-07-171-6/+17
* fix register_plugins isdir usage, and use already imported functions. Closes ...Sylvain Th?nault2013-07-081-4/+4
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-1/+30
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-191-5/+6
* move EmptyReport exception to pylint.utils and refactor imports so pylint.uti...Sylvain Th?nault2013-06-191-1/+3
* Also use the proper way of checking for enabled messages for leave_* methods.Torsten Marek2013-06-191-5/+3
* Refactor PyLintASTWalker to allow using symbolic names in check_messages as w...Torsten Marek2013-06-191-6/+12
* Allow messages to be added by symbolic name as well as by ID.Torsten Marek2013-06-181-6/+8
* Extend the line length check.Torsten Marek2013-06-171-0/+2
* astng has been renamed astroidDavid Douard2013-06-171-9/+9
* old-style classes are deprecated: refactor to new styleNicolas Chauvat2013-05-201-2/+2
* Minor updates for the token checker interface, triggered by the review.Torsten Marek2013-05-031-1/+1
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-2/+14
* a few pylint fixes and copyright cleanupsSylvain Th?nault2013-03-291-3/+3
* Make sure that pragmas that apply to whole lines are interpreted literally, s...Torsten Marek2013-03-291-5/+35
* fix name error causing crash when symbols are included in output messages. C...Aurelien Campeas2013-03-131-1/+1
* Two small fixes for suppression warnings I00{2,1}:tmarek2013-02-201-0/+11
* Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-121-0/+28
* add support for --disable=all option (closes: #105327)Alexandre Fayolle2012-10-031-0/+5
* lint fixesSylvain Th?nault2012-09-191-5/+4
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-9/+40
* use .iter* version of dict methods when possibleSylvain Th?nault2012-09-191-7/+7
* Refactoring reporting.Sylvain Th?nault2012-05-031-5/+2
* cleanupsSylvain Th?nault2011-06-161-4/+3
* closes #69220: add column offset to the astng nodeSylvain Th?nault2011-06-161-1/+6
* cleanup / test: rename a method and move some stuff around for easier testingEmile Anclin2010-12-131-2/+2
* py3k: catch SyntaxError while searching for a fileEmile Anclin2010-11-221-1/+3