Skip to content

Latest commit

 

History

History
67 lines (33 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

67 lines (33 loc) · 1.52 KB

2021.1020

  • Fix github #6: Issue with paths on windows.

Thank you davidsheldon

2021.1019

  • Fix github #5: Missing fixture files in source distribution
  • Fix github #4: Bug related to trailing-whitespace

Thank you @agraul (Alexander Graul) for finding these issues.

2021.1018

2020.1014

  • Fix gitlab #2: Bug related to invokation with invalid arguments (which caused the underlying pylint error to be hidden).

2020.1013

  • Fix: bugs related to multiprocessing on MacOSX and Windows

2020.1012

  • Fix: enable use of --jobs=<n> with n > 1

2020.1008 - 2020.1011

  • Fix: compatability with python 2.7 and pylint 1.9.5

2020.1007

  • Add overview section to pylint-ignore.md file.
  • Fix: Handling of issues not related to a specific file or line (e.g. duplicate-code across multiple files)
  • Fix: parsing of --ignorefile argument.
  • Fix: parsing of --jobs argument.
  • Allow ignore of (E) error messages again, prioritize entries, instead in ignorefile.

2020.1006

  • Don't ignore messages of type (E) error, for probable bugs in the code

2020.1003

  • Initial release