| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | closes #76920: don't crash in preprocess_option if some looked option has no ↵ | Torsten Marek | 2011-09-23 | 1 | -5/+16 | |
| | | | | | | | value while on is expected. | |||||
| * | Fix --ignore option documentation to match reality (closes #22273) | Julien Cristau | 2011-07-08 | 1 | -4/+3 | |
| | | | | | The option can only be passed once, but it takes a list of file names. | |||||
| * | add note for IDE developpers | Sylvain Thénault | 2011-07-08 | 1 | -0/+4 | |
| | | ||||||
| * | print exceptions not handled by astng | Emile Anclin | 2010-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | py3k: need to handle guess_encoding in astng | Emile Anclin | 2010-11-22 | 1 | -5/+9 | |
| | | | | | | | | | | | Astng will try to find the right encoding and provide the right "stream" interface for the Pylint checkers. Reading a stream with the wrong encoding in py3k will generate a UnicodeError. The introduced a 'F0010' failure should maybe be replaced by E0501, E0502 and F0002? However, can we call 'unexpected errors' the ASTNGBuildingExceptions that we raise in logilab.astng.builder? | |||||
| * | performance: use 'active_msgs' attribute to disable function calls or the like | Emile Anclin | 2010-12-13 | 1 | -1/+4 | |
| | | ||||||
| * | cleanup / test: rename a method and move some stuff around for easier testing | Emile Anclin | 2010-12-13 | 1 | -14/+21 | |
| | | ||||||
| * | fix checker disabling: use is_report_enabled to check for enabled reports | Emile Anclin | 2010-12-09 | 1 | -6/+6 | |
| | | ||||||
| * | messages: add "check_messages" decorator to store messages | Emile Anclin | 2010-12-09 | 1 | -4/+4 | |
| | | | | | | | refactor PyLintASTWalker.add_checker to check the stored method's messages; in PyLintASTWalker.add_checker, we only disable methods that has been decorated and have no activated message. | |||||
| * | performance: make sure checkers are not called because of reporters | Emile Anclin | 2010-12-09 | 1 | -4/+7 | |
| | | | | | | | - disable all reporters with the "--reports=n" option - fix bug in checking if the reporter is activated - hence also desactivating similar with '-E' (which was not before) | |||||
| * | cleanup: remove unused needs_checkers attribut and sort_checkers method | Emile Anclin | 2010-12-09 | 1 | -31/+15 | |
| | | | | | | what was expected to be accomplished needs_checkers will be done easier with a decorator | |||||
| * | cleanup: remove KeyboardInterrupt capture: it goes through Exception in py ↵ | Emile Anclin | 2010-11-23 | 1 | -2/+0 | |
| | | | | | | | >= 2.5 KeyboardInterrupt is no more a subclass of Exception anymore | |||||
| * | precize line number in deprecation warning | Sylvain Thénault | 2010-11-22 | 1 | -2/+2 | |
| | | ||||||
| * | 223 : run python2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -5/+4 | |
| | | ||||||
| * | remove more 2.4 compat | Emile Anclin | 2010-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | cleanup: norm_open can be done directly | Emile Anclin | 2010-11-10 | 1 | -2/+1 | |
| | | ||||||
| * | py3k: update profile option | Emile Anclin | 2010-11-08 | 1 | -5/+3 | |
| | | ||||||
| * | doc : more update on options | Emile Anclin | 2010-10-25 | 1 | -2/+2 | |
| | | ||||||
| * | fix exit code on bad options | Emile Anclin | 2010-10-25 | 1 | -1/+6 | |
| | | ||||||
| * | force source to true when explicitly asked to analyze a file | Sylvain Thénault | 2010-10-11 | 1 | -4/+3 | |
| | | ||||||
| * | python2.3 compat fixes | Emile Anclin | 2010-09-22 | 1 | -0/+1 | |
| | | ||||||
| * | typo | Emile Anclin | 2010-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | clarify that you should put 'disable' option only one in the configuration file | Sylvain Thénault | 2010-08-16 | 1 | -3/+5 | |
| | | ||||||
| * | new pylint gui, contributed by Scott Pilkey and friends from the Tahiti team | Sylvain Thénault | 2010-05-11 | 1 | -2/+3 | |
| | | ||||||
| * | fix statement count | Sylvain Thénault | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | remove deprecation warning with lgc > 0.50 | Sylvain Thénault | 2010-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | --errors-only short name is now -E, -e is for --enable and -d for --disable | Sylvain Thénault | 2010-05-11 | 1 | -1/+3 | |
| | | ||||||
| * | cleanup | Sylvain Thénault | 2010-04-19 | 1 | -1/+0 | |
| | | ||||||
| * | --help output configuration | Sylvain Thénault | 2010-04-19 | 1 | -4/+4 | |
| | | ||||||
| * | also unify [en|dis]able-report with generic [en|dis]able. | Sylvain Thénault | 2010-04-19 | 1 | -20/+10 | |
| | | | | | Provide bw compat from -msg because it may be heavilu used in python files. | |||||
| * | cleanup, d-t-w, fix remaining [en|dis] method call | Sylvain Thénault | 2010-04-19 | 1 | -89/+68 | |
| | | ||||||
| * | use generic disable / enable methods and inline option | Sylvain Thénault | 2010-04-19 | 1 | -4/+4 | |
| | | ||||||
| * | record ordered checkers for later call to close | Sylvain Thénault | 2010-04-16 | 1 | -1/+2 | |
| | | ||||||
| * | fix support for checker.[visit|leavve]_default methods | Sylvain Thénault | 2010-04-16 | 1 | -6/+31 | |
| | | ||||||
| * | refactor messages and checker handling | Sylvain Thénault | 2010-04-16 | 1 | -103/+75 | |
| | | | | | | | | | | | | | | | | | * new ast walker, built at registration time * properly handle dependencies between checkers instead of priority based order * only run checker necessary according to activated message * much more simple command line: [en|dis]able-msg, [en|dis]able-msg-cat and [en|dis]able-report superseeded by [en|dis]able options -> we should split current checkers into simpler checker with the same name, and proper dependencies when needed | |||||
| * | set option level to configure --help / --long[-long]-help with lgc 0.50 | Sylvain Thénault | 2010-04-16 | 1 | -8/+10 | |
| | | ||||||
| * | apply patch from Nicola Kramaric closing #21591: html reporter produces no ↵ | Sylvain Thénault | 2010-04-02 | 1 | -1/+3 | |
| | | | | | output if reports is set to 'no' | |||||
| * | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -2/+2 | |
| | | ||||||
| * | remove cache_size option: it was desactivated anyway | Emile Anclin | 2010-03-22 | 1 | -6/+0 | |
| | | ||||||
| * | fix #17958 (pylint -e must not silence Fatal messages) | Pierre-Yves David | 2009-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix #9791 | Vincent | 2009-11-25 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | https://www.logilab.net/elo/ticket/9791 In lint.py: * rename "--list-msgs" option into "--full-documentation", * add a specific "--list-msgs" option ant its callback, and in MessagesHandlerMixIn in utils.py: * rename list_messages() method into print_full_documentation(), * add list_checkers_messages() method, * add list_messages() method, *add list_sorted_messages(). | |||||
| * | merge | Sylvain Thénault | 2009-11-23 | 1 | -6/+7 | |
| |\ | ||||||
| | * | fix warning | Sylvain Thénault | 2009-10-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | Bugfix: correct grammar/spelling of messages | Nicolas Chauvat | 2009-09-08 | 1 | -5/+5 | |
| | | | ||||||
| * | | include Dotan Barak spell fixes patch | Sylvain Thénault | 2009-11-23 | 1 | -13/+13 | |
| |/ | ||||||
| * | fix necessary eol spaces | Sylvain Thénault | 2009-08-27 | 1 | -17/+19 | |
| | | ||||||
| * | d-t-w, cleanup | Sylvain Thénault | 2009-08-26 | 1 | -99/+100 | |
| | | ||||||
| * | don't show information messages by default | Sylvain Thénault | 2009-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | argh, was actuallly necessary | Sylvain Thénault | 2009-03-18 | 1 | -0/+3 | |
| | | | | | | --HG-- branch : astng2 | |||||
| * | no more necesary | Sylvain Thénault | 2009-03-18 | 1 | -3/+0 | |
| | | | | | | --HG-- branch : astng2 | |||||
