summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try with the fixed release of astroidpylint-1.7.0Claudiu Popa2017-04-132-3/+3
* Prepare 1.7.0 releaseClaudiu Popa2017-04-133-7/+5
* Fix lintClaudiu Popa2017-04-131-2/+2
* Fix lint warningsClaudiu Popa2017-04-131-10/+10
* We don't emit by default ``no-member`` if we have opaque inference objects in...Claudiu Popa2017-04-138-16/+54
* Don't emit missing-final-newline or trailing-whitespace for formfeeds. (#1283)vinnyrose2017-04-133-5/+44
* Minor formatting issuesClaudiu Popa2017-04-131-5/+10
* Move the keyword rules into a class variableClaudiu Popa2017-04-131-7/+11
* assign-to-new-keyword (#1386)Łukasz Rogalski2017-04-134-0/+73
* Handle keyword-only args annotation variables. Close #1168Claudiu Popa2017-04-123-0/+20
* Handle async block openers for bad-continuation check. Close #1415Claudiu Popa2017-04-123-2/+19
* Fix crash on checking attributes of Unknown object. Closes #1365. (#1382)Derek Gustafson2017-04-062-0/+11
* Remove anomalous-backslash-in-string from pylintrc ignore list (#1404)Łukasz Rogalski2017-04-021-2/+1
* Python 3.6 invalid escape sequence deprecation fixes (#1396)Ville Skyttä2017-04-026-7/+7
* Add tests to prove that exception is no raised after astroid fixes (#1403)Łukasz Rogalski2017-04-022-0/+17
* Spelling fixes (#1397)Ville Skyttä2017-04-0219-30/+30
* FAQ: clarify that Pylint 1.7 is required when Python 3.6 features are used (#...Łukasz Rogalski2017-04-021-1/+3
* Improve documentation (#1401)Łukasz Rogalski2017-04-023-14/+16
* docparams now ignores "optional" specifier on parameter docs (#1391)Ashley Whetter2017-03-312-1/+23
* Allow yield in async function for python3.6. Closes #1372. (#1380)Derek Gustafson2017-03-235-2/+21
* Add regression test. Close #1326Claudiu Popa2017-03-121-0/+12
* Replace getdefaultlocale with getpreferredencoding (#1362)Kári Tristan Helgason2017-03-111-1/+1
* Add test for #1362Claudiu Popa2017-03-112-0/+23
* Split missing+differing docstring param checks (#1344)John Paraskevopoulos2017-03-115-34/+104
* Updating Visual Studio references (#1363)Kraig Brockschmidt2017-03-082-7/+3
* Add ignored_ and unused_ to unused-* inspections (#1357)Nathaniel Manista2017-03-075-4/+17
* Make cyclic import checker respect local disable clauses (#1286)Łukasz Rogalski2017-03-015-16/+46
* Use a lru_cache for unimplemented_abstract_methods and safe_inferMoises Lopez - https://www.vauxoo.com/2017-03-012-0/+7
* typing.Tuple and typing.NamedTuple false positives: add failing testsŁukasz Rogalski2017-03-011-0/+24
* Add note for why we have some messages disabled by default. Close #1352Claudiu Popa2017-03-011-0/+10
* Rename the .rst file to 1.7.Claudiu Popa2017-03-011-1/+1
* 2.0 is now 1.7.0. We will release 2.0 a bit later, sorry for this.Claudiu Popa2017-03-013-5/+5
* len-as-condition: fix false positives when len() wasn't used in logical test ...Łukasz Rogalski2017-02-213-3/+25
* Fix typoJakub Wilk2017-02-211-1/+1
* Understand starred expression used in string formatting RHS tuple (#1299)Łukasz Rogalski2017-02-196-1/+45
* Add tests to confirm named tuple inference in astroid is improved (#1323)Łukasz Rogalski2017-02-142-0/+10
* Move the check in a variable out of the loop.Claudiu Popa2017-02-141-1/+4
* simplify _wildcard_import_is_allowed methodŁukasz Rogalski2017-02-141-5/+3
* refactor checker to perform import onceŁukasz Rogalski2017-02-141-19/+18
* Make tests passŁukasz Rogalski2017-02-142-3/+6
* Add failing test case for missing moduleŁukasz Rogalski2017-02-142-0/+2
* Wrap __all__ in docs with proper markdownŁukasz Rogalski2017-02-142-2/+2
* Fix indentation part2Łukasz Rogalski2017-02-141-4/+4
* Fix whitespace error reported by pylintŁukasz Rogalski2017-02-141-2/+2
* Add flag to allow wildcard imports if module defines __all__Łukasz Rogalski2017-02-146-3/+28
* epylint: corrects msg-template object (#1311)Daniela Plascencia2017-02-082-2/+5
* Do not emit warning on type(self)._private_attribute access (#1288)Łukasz Rogalski2017-02-054-7/+47
* Don't recommend BaseException in the message file. Close #1302Claudiu Popa2017-02-022-14/+14
* Fix the test selection. Close #1308Claudiu Popa2017-02-021-2/+2
* Add single-line-class-stmt optionŁukasz Rogalski2017-01-284-33/+85