summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Get rid of logilab.common.interface.Florian Bruhin2015-07-263-8/+24
| * Get rid of logilab.common.compat.Florian Bruhin2015-07-264-8/+6
| * Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-264-19/+155
| * Get rid of astroid.common.__version__.Florian Bruhin2015-07-251-3/+2
* | Import the context from astroid.context, not astroid.basesClaudiu Popa2015-08-121-1/+2
* | The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-114-8/+50
* | Use astroid.YES instead of using it from astroid.bases (it was moved anyway)Claudiu Popa2015-08-112-2/+2
* | Handle additional keyword arguments when checking for unnecessary-lambdas.Claudiu Popa2015-08-093-2/+10
* | Use the new CallFunc.keywords instead of filtering out Keyword from CallFunc....Claudiu Popa2015-08-086-39/+30
* | Remove trailing whitespace.Claudiu Popa2015-08-021-1/+1
* | Add a new error, 'continue-in-finally'.Claudiu Popa2015-08-026-14/+45
* | Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-026-18/+77
* | Remove trailing whitespace.Claudiu Popa2015-07-311-1/+1
* | --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-313-2/+35
* | Add a helper test function, _run_pylint, for simplifying the manipulation of ...Claudiu Popa2015-07-301-23/+18
* | Use the context manager version of assertRaises in order to simplify a test.Claudiu Popa2015-07-301-13/+12
* | Remove the -i option for pyreverse from the man page, since it's actually --i...Claudiu Popa2015-07-301-1/+1
* | Add ChangeLog entry for a3918e708197. Closes issue #541.Claudiu Popa2015-07-301-1/+4
* | Merged in harut/pylint (pull request #261)Claudiu Popa2015-07-301-16/+2
|\ \
| * | Remove unused argument.Claudiu Popa2015-07-261-2/+2
| * | Remove metaclass specific logic in _emit_no_member, which is already handled ...Claudiu Popa2015-07-261-14/+0
* | | add a no-space-check option for empty linesHarut2015-07-252-8/+24
|/ /
* | help fix for no-space-check optionHarut2015-07-251-1/+3
|/
* Merged in The-Compiler/pylint/home-fix (pull request #259)Claudiu Popa2015-07-251-28/+27
|\
| * Use a context manager for fake home directories.home-fixFlorian Bruhin2015-07-251-37/+27
| * Fix tests when $HOME is unset in the environment.Florian Bruhin2015-07-251-6/+15
|/
* Don't emit no-init if not all the bases from a class are known.Claudiu Popa2015-07-223-3/+10
* Remove unused variable.Claudiu Popa2015-07-161-1/+0
* Fix a typo.Claudiu Popa2015-07-161-1/+1
* Merged in jfleach/removed-broken-link-and-replaced-with-th-1436980631932 (pul...John Leach2015-07-150-0/+0
|\
* | Close branch jfleach/removed-broken-link-and-replaced-with-th-1436980631932jfleach/removed-broken-link-and-replaced-with-th-1436980631932John Leach2015-07-150-0/+0
* | Removed broken link and replaced with the logilab-common URL.John Leach2015-07-151-1/+1
|/
* Improve detection of relative imports in non-packages, as well as importing m...Claudiu Popa2015-07-149-9/+39
* Get the ignored modules only once and save the result in the imports checker.Claudiu Popa2015-07-141-3/+4
* Make a test less stricter by checking that only one message line is expected.Claudiu Popa2015-07-141-7/+2
* Cleanup some tests.Claudiu Popa2015-07-133-16/+35
* Update pylint to use the new astroid.parse, not testutils.build_module.Claudiu Popa2015-07-138-22/+29
* Fix the previous commit, only ignored-modules should use patterns, not ignore...Claudiu Popa2015-07-083-37/+62
* ignored-classes option can work with qualified names, as well as with Unix pa...Claudiu Popa2015-07-074-10/+71
* Remove trailing whitespace.Claudiu Popa2015-07-061-1/+1
* Fix a not-context-manager false positive.Claudiu Popa2015-07-063-5/+62
* Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.Claudiu Popa2015-07-0610-86/+61
* We understand namedtuple._replace properly (in a static analysis sense of cou...Claudiu Popa2015-07-061-2/+1
* Add a new error, 'nonlocal-and-global'.Claudiu Popa2015-07-065-1/+40
* Simplify error_of_type by using ExceptHandler.catch.Claudiu Popa2015-07-052-18/+4
* Enable misplaced-future for Python 3. Closes issue #580.Claudiu Popa2015-07-036-6/+13
* Ignore mixin classes when emitting not-context-manager, to avoid false positi...Claudiu Popa2015-07-032-0/+17
* Fix failing test, due to how tox (or drone.io) works: there are multiple copi...Claudiu Popa2015-07-031-10/+2
* Fix bad whitespace.Claudiu Popa2015-07-031-1/+1
* New imported features from astroid into pyreverse.Claudiu Popa2015-07-037-21/+199