summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare a bug fix releasepylint-2.1.1Claudiu Popa2018-08-061-1/+1
* fix pylint crash due to misplaced-format-functionssolanki2018-08-064-2/+33
* Drop the _static folder and update the release datepylint-2.1.0Claudiu Popa2018-08-012-2/+2
* Prepare 2.1Claudiu Popa2018-08-012-5/+5
* use sphinx-build instead of rstlintKonstantin Manna2018-08-012-26/+1
* check rst files with rst-linterKonstantin Manna2018-08-013-0/+27
* Make generated rst section names uniqueBryce Guinta2018-08-011-7/+8
* Remove hanging rst substitutionBryce Guinta2018-08-011-1/+1
* Escape the star in '*args' for rstBryce Guinta2018-08-011-1/+1
* Fix rst python sourcecode directive lexing errorBryce Guinta2018-08-011-4/+4
* Escape quote to fix rst sourcecode directive highlight for bashBryce Guinta2018-08-011-3/+3
* Fix rst section header formattingBryce Guinta2018-08-011-2/+3
* Prefix rst autolabels with filename to prevent collisions from includeBryce Guinta2018-08-012-0/+8
* Fix rst italics of generated pylint helpBryce Guinta2018-08-011-1/+2
* Add 2.1 whatsnew to toctreeBryce Guinta2018-08-011-0/+1
* Fix rst Changelog errorsBryce Guinta2018-08-011-8/+8
* Add new check misplaced-format-function. (#2218)Sushobhit2018-07-316-1/+86
* consider bare except also for try-except-raise (#2353)Sushobhit2018-07-313-3/+48
* Improve the help message for logging-fstring-interpolation. Close #2354Claudiu Popa2018-07-311-3/+1
* `trailing-comma-tuple` gets emitted for ``yield`` statements as well.Claudiu Popa2018-07-314-1/+12
* Get only the arguments of the scope function for `redefined-argument-from-local`Claudiu Popa2018-07-313-1/+12
* Explain what property-classes is for. Close #2365Claudiu Popa2018-07-311-1/+2
* Add Bryce to the teamClaudiu Popa2018-07-311-0/+2
* Suppress undefined-variable for self referential class in lamdbas (#2362)Bryce Guinta2018-07-316-1/+77
* Update Spyder links and short description in IDE integration doc (#2361)C.A.M. Gerlach2018-07-301-3/+4
* Change refactoring nodes_of_class call to use skip_klass (#2351)Nick Drozd2018-07-271-4/+2
* Add my copyrite alias (#2348)Ville Skyttä2018-07-261-1/+8
* Simplify fixme regexVille Skyttä2018-07-262-12/+3
* Correct sentence in FAQ around Python version support (#2346)Adam Parkin2018-07-261-2/+2
* `chain.from_iterable` no longer emits `dict-{}-not-iterating` when dealing wi...Claudiu Popa2018-07-243-1/+8
* add release changelog for 2.1Claudiu Popa2018-07-241-0/+59
* Can specify a default docstring type for when the check cannot guess the type...Ashley Whetter2018-07-243-7/+41
* Fix not being able to disable certain messages on the last line (#2342)Bryce Guinta2018-07-243-1/+38
* Don't check against collections for no-member because it now has a module lev...Claudiu Popa2018-07-232-2/+1
* Add a transform for the metaclasses that should be consumedClaudiu Popa2018-07-232-0/+11
* Disable pylint error for long functionClaudiu Popa2018-07-231-0/+1
* Use final 3.7 in Travis (#2318)Ville Skyttä2018-07-231-1/+2
* Modules with `__getattr__` are exempted by default from `no-member`Claudiu Popa2018-07-235-1/+22
* Add column offset to fixmes (#2319)Ville Skyttä2018-07-231-1/+2
* Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe2018-07-223-7/+13
* Actually async for in list comprehension wasn't added in 3.5, so move this te...Claudiu Popa2018-07-193-1/+1
* Remove the yield from async function to make Py35 happyClaudiu Popa2018-07-191-2/+1
* Don't emit `not-an-iterable` when dealing with async iterators.Claudiu Popa2018-07-196-7/+47
* Fix typoClaudiu Popa2018-07-191-1/+1
* Don't crash when `pylint` is unable to infer the value of an argument to `nex...Claudiu Popa2018-07-194-1/+15
* Simplify the code a little bitClaudiu Popa2018-07-191-4/+1
* `try-except-raise` should consider parent class handlers.ssolanki2018-07-195-8/+76
* Fix format checker inconsistency for start of first line (#2312)Bryce Guinta2018-07-193-1/+19
* add mypy_cache in gitignoressolanki2018-07-171-0/+1
* Don't emit `useless-return` when we have a single statement that is the retur...Claudiu Popa2018-07-173-3/+14