summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.0-devpylint-2.0.devClaudiu Popa2018-05-212-5/+6
* Add checker to warn when imported package is renamed as original one.Sushobhit2018-05-196-1/+60
* Put the changelog entry where it belongsClaudiu Popa2018-05-191-2/+3
* Take annotations in account for missing-type-doc and missing-return-docSushobhit2018-05-196-1/+200
* Fix lintClaudiu Popa2018-05-171-1/+1
* We don't need any reportsClaudiu Popa2018-05-171-1/+1
* Add a changelog entryClaudiu Popa2018-05-171-0/+9
* Add `--exit-zero` option (#2099)Jason Owen2018-05-174-1/+24
* Fix handling of inline scopes in too-many-statements (#1979)Mark Miller2018-05-175-9/+87
* Switch to using verbose instead of quiet since we want to disable this by def...Claudiu Popa2018-05-175-14/+17
* Expose quiet mode to command lineGary Tyler McLeod2018-05-174-5/+19
* Use partition to not get a ValueError. Close #2112Claudiu Popa2018-05-171-1/+1
* Fixed up a couple of docstringsAshley Whetter2018-05-162-5/+5
* Fix an error which occurred when using the docparams extension and documentin...Adam Dangoor2018-05-164-1/+18
* Refixed old-raise-syntax not looking for tracebackAshley Whetter2018-05-161-2/+1
* old-raise-syntax can be triggered only on Python 2Claudiu Popa2018-05-161-4/+6
* Add 2.0 in the documentationClaudiu Popa2018-05-161-0/+1
* The Changelog was messed up on masterClaudiu Popa2018-05-161-38/+40
* Show 1.9 in the documentationClaudiu Popa2018-05-161-0/+1
* Added 1.9 whatsnew documentationAshley Whetter2018-05-151-0/+92
* Added 1.9.0 release to changelogAshley Whetter2018-05-151-0/+6
* Updated release documentationAshley Whetter2018-05-151-7/+5
* Update ChangeLog and whatsnewMarianna Polatoglou2018-05-152-1/+16
* Implement self/cls assignment check, closes #977Marianna Polatoglou2018-05-151-2/+29
* Add tests for self/cls assignmentMarianna Polatoglou2018-05-152-0/+36
* Fix the test.Mariatta Wijaya2018-05-152-2/+2
* Add a new check: `logging-fstring-interpolation`.Mariatta Wijaya2018-05-156-2/+50
* Fix message name in the changelogClaudiu Popa2018-05-151-1/+2
* Add new check 'comparison-with-itself' (#2074)Sushobhit2018-05-1513-9/+106
* Don't emit 'useless-super-delegation' if annotations are differentBen Green2018-05-155-0/+31
* Filter Uninferable explicitly insteadClaudiu Popa2018-05-151-4/+3
* Add check for unhashable dict keys (fixes #586) (#2089)Ben Green2018-05-156-2/+45
* Check if global is set for import (#2090)mar-chi-pan2018-05-156-4/+40
* Includes file paths in the default report format (#2088)Jace Browning2018-05-155-14/+22
* Change 'http' to 'https' in a few more placesFureigh2018-05-151-2/+2
* Change 'much' to 'many' for consistencyFureigh2018-05-151-1/+1
* Adjust format.py whitespace for PEP 8Fureigh2018-05-151-20/+22
* Update style guide linkFureigh2018-05-152-2/+2
* Fix typo in base checker unit test (#2093)Fureigh2018-05-142-1/+3
* Fix weird indentation in contributing guide (#2092)Mariatta2018-05-141-1/+1
* Warn when using subprocess.Popen preexec_fn kwarg (#2087)Banjamin Freeman2018-05-145-4/+45
* Update ChangeLog, whatsnew and CONTRIBUTORSMarianna Polatoglou2018-05-143-0/+8
* Skip wildcard check if __init__.py, solves #2026Marianna Polatoglou2018-05-141-0/+5
* Add unit tests for wildcard importMarianna Polatoglou2018-05-143-0/+30
* Fix lintClaudiu Popa2018-05-131-4/+6
* Reimplement the lookup() call by manually looking for the right nodesClaudiu Popa2018-05-131-13/+28
* Added two new Python 3 porting checks, `exception-escape` and `comprehension-...Claudiu Popa2018-05-133-1/+67
* Emit a warning when sys.exc_clear is accessedClaudiu Popa2018-05-113-0/+18
* Emit a warning when .xreadlines() is accessedClaudiu Popa2018-05-113-5/+25
* Remove the gui references from the manClaudiu Popa2018-05-112-2/+2