Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mergefix-293 | Michal Nowikowski | 2014-08-06 | 2 | -0/+16 | |
|\ | ||||||
| * | Fixed checking a list of imported names from a module in unused-import case. | Michal Nowikowski | 2014-08-06 | 2 | -0/+5 | |
| | | ||||||
| * | merge | Michal Nowikowski | 2014-08-04 | 2 | -0/+11 | |
| |\ | ||||||
| | * | merge | Michal Nowikowski | 2014-08-03 | 1 | -0/+74 | |
| | |\ | ||||||
| | * | | Fixed preparing unused-import message. | Michal Nowikowski | 2014-08-02 | 2 | -0/+2 | |
| | | | | ||||||
| | * | | Improved messages text for unused imports. | Michal Nowikowski | 2014-08-02 | 2 | -0/+4 | |
| | | | | ||||||
| | * | | Improved presenting unused-import message. Closes issue #293. | Michal Nowikowski | 2014-08-01 | 2 | -0/+5 | |
| | | | | ||||||
* | | | | Properly handle unicode format strings for Python 2. Closes issue #296. | cpopa | 2014-08-05 | 3 | -0/+41 | |
| | | | | ||||||
* | | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a ↵ | cpopa | 2014-08-04 | 1 | -1/+33 | |
|/ / / | | | | | | | | | | function call in a defining method. Closes issue #192. | |||||
* | | | Properly handle nested format string fields. Closes issue #294. | cpopa | 2014-08-04 | 2 | -0/+14 | |
| |/ |/| | ||||||
* | | Fixes after review. | Michal Nowikowski | 2014-08-01 | 1 | -1/+14 | |
| | | ||||||
* | | merge | Michal Nowikowski | 2014-07-31 | 4 | -116/+137 | |
|\ \ | |/ | ||||||
| * | Analyze only strings by the string format checker. Closes issue #287. | cpopa | 2014-07-31 | 1 | -0/+11 | |
| | | ||||||
| * | Merged logilab/pylint into default | Claudiu Popa | 2014-07-31 | 16 | -53/+63 | |
| |\ | ||||||
| * | | Handle 'too-few-format-args' or 'too-many-format-args' for format strings ↵ | cpopa | 2014-07-31 | 4 | -116/+126 | |
| | | | | | | | | | | | | with both named and positional fields. Closes issue #286. | |||||
* | | | Added to new options to spell checker: spelling-private-dict-file and ↵ | Michal Nowikowski | 2014-07-31 | 1 | -0/+61 | |
| | | | | | | | | | | | | spelling-store-unknown-words. Improved handling variable or class names in comments and docstrings. Added unit tests for spell checker. | |||||
* | | | Fixed merge. | Michal Nowikowski | 2014-07-30 | 1 | -20/+0 | |
| | | | ||||||
* | | | merge | Michal Nowikowski | 2014-07-30 | 64 | -767/+454 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Converted more test cases. | Torsten Marek | 2014-07-30 | 16 | -53/+63 | |
| |/ | ||||||
| * | Remove the exhaustivity test from the old framework, it just creates ↵ | Torsten Marek | 2014-07-30 | 1 | -25/+0 | |
| | | | | | | | | needless churn right now. Once all test cases have been ported, it will be added again in the new framework. | |||||
| * | Remove old testcase that has already been converted. | Torsten Marek | 2014-07-30 | 2 | -59/+0 | |
| | | ||||||
| * | Converted and merge test cases. | Torsten Marek | 2014-07-30 | 5 | -165/+5 | |
| | | ||||||
| * | Remove superfluous min_pyver constraints on functional test cases. | Torsten Marek | 2014-07-30 | 5 | -10/+0 | |
| | | ||||||
| * | Remove testcases only for Python < 2.7. | Torsten Marek | 2014-07-30 | 3 | -149/+0 | |
| | | ||||||
| * | Fix mixed line endings in 3.4-specific test case. | Torsten Marek | 2014-07-30 | 1 | -10/+10 | |
| | | ||||||
| * | Simplify and speed up the selftest by only linting pylint.lint once instead ↵ | Torsten Marek | 2014-07-29 | 3 | -33/+59 | |
| | | | | | | | | of 4 times. | |||||
| * | Remove dependency on logilab.testlib in the test suite (also removes Python ↵ | Torsten Marek | 2014-07-26 | 19 | -158/+151 | |
| | | | | | | | | 2.5 compatibility). | |||||
| * | Merged in godfryd/pylint/line-ending-checks (pull request #133) | Torsten Marek | 2014-07-30 | 8 | -125/+133 | |
| |\ | ||||||
| | * | merge | Michal Nowikowski | 2014-07-30 | 8 | -125/+133 | |
| | |\ | ||||||
| | | * | Merged default into line-ending-checks | Michal Nowikowski | 2014-07-29 | 8 | -125/+133 | |
| | | |\ | ||||||
| | | | * | Fixed tests for line endings checks. | Michal Nowikowski | 2014-07-28 | 1 | -33/+33 | |
| | | | | | ||||||
| | | | * | Renamed line_endings.arg to line_endings.rc. | Michal Nowikowski | 2014-07-28 | 1 | -0/+0 | |
| | | | | | ||||||
| | | | * | merge | Michal Nowikowski | 2014-07-28 | 60 | -341/+310 | |
| | | | |\ | ||||||
| | | | * | | Fixed tests for line endings checker. | Michal Nowikowski | 2014-07-26 | 4 | -93/+92 | |
| | | | | | | ||||||
| | | | * | | merge | Michal Nowikowski | 2014-07-26 | 4 | -84/+92 | |
| | | | |\ \ | ||||||
| | | | * \ \ | merge | Michal Nowikowski | 2014-07-25 | 31 | -287/+263 | |
| | | | |\ \ \ | ||||||
| | | | * | | | | Fixed tests for line ending checks. | Michal Nowikowski | 2014-07-25 | 2 | -1/+3 | |
| | | | | | | | | ||||||
| | | | * | | | | Added two checkers for mixed line endings and for unexpected line endings. | Michal Nowikowski | 2014-07-25 | 3 | -0/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Merged in carlio/pylint (pull request #138) | Claudiu Popa | 2014-07-30 | 4 | -1/+36 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | Don't evaluate dangerous-default-value argument values | |||||
| | * | | | | | | Merged logilab/pylint into default | carlio | 2014-07-29 | 4 | -1/+36 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | [refs #282] dangerous-default-values are now not evaluated to get their ↵ | carl | 2014-07-27 | 4 | -1/+36 | |
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | type/name, as this would dump the entire contents of the list or dictionary into the error message. This is not desirable for large defaults, or for sensitive information such as os.environ. | |||||
* | | | | | | | merge | Michal Nowikowski | 2014-07-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed merge | Michal Nowikowski | 2014-07-29 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | Merged default into spelling-checker | Michal Nowikowski | 2014-07-28 | 60 | -341/+309 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | merge | Michal Nowikowski | 2014-07-26 | 34 | -370/+354 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | ||||||
| | * | | | | | Tweaked spelling checker msg ids and removed them from exhaustivity tests. | Michal Nowikowski | 2014-07-25 | 1 | -0/+2 | |
| | | |_|/ / | | |/| | | | ||||||
* | | | | | | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 21 | -96/+125 | |
| | | | | | | ||||||
* | | | | | | Proper handle class level scope for lambdas. | cpopa | 2014-07-29 | 4 | -17/+26 | |
| | | | | | | ||||||
* | | | | | | Fix a false positive with string formatting checker, when using keyword ↵ | cpopa | 2014-07-29 | 1 | -0/+8 | |
|/ / / / / | | | | | | | | | | | | | | | | argument packing. Closes issue #288. | |||||
* | | | | | Fix a false positive with string formatting checker, when encountering a ↵ | cpopa | 2014-07-29 | 2 | -0/+4 | |
| |_|/ / |/| | | | | | | | | | | | string which uses only position-based arguments. Closes issue #285. |