Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: AtomLinter/linter-pylint

v2.1.0

10 May 17:28
v2.1.0
91bced0
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • PYTHONPATH hacks break inner pylint imports #104
  • Remove hardcoded PYTHONPATH hack. #213 (ddaanet)

v2.0.1

30 Mar 16:35
v2.0.1
f4b2d6a
Compare
Choose a tag to compare

Fixed bugs:

  • linter-pylint wont work after update to 2.0.0 #206
  • Rename range to position #207 (Arcanemagus)

v2.0.0

30 Mar 16:35
v2.0.0
61ee45a
Compare
Choose a tag to compare

Implemented enhancements:

  • Error running Pylint Error: Process execution timed out #204
  • PyLint console does not contain any web hyperlinks + unable to copy/paste #77
  • Rename executable to executablePath #153
  • Linter v2 #205 (Arcanemagus)

Fixed bugs:

  • Relative imports not working (Django) #110
  • Bad warning: C0103 invalid module name "atom-linter_7080..." at line 1 col 0 in .../__init__.py #57
  • Linter v2 #205 (Arcanemagus)

v1.2.3

18 Mar 18:23
v1.2.3
2115ed2
Compare
Choose a tag to compare
  • Dependency updates

v1.2.2

16 Sep 03:53
v1.2.2
65ae5ee
Compare
Choose a tag to compare
  • Add support for Django (source.python.django) files (#173)
  • Fix a race condition where editor text is modified after a lint is triggered (#183)

v1.2.1

05 Jul 18:33
v1.2.1
a0beae7
Compare
Choose a tag to compare

Rewrite in ES6, update many dependencies.

v1.2.0

02 Dec 21:41
Compare
Choose a tag to compare
  • Add PYTHONPATH config option to interpolate target file path
  • Support relative imports by adding target file path to PYTHONPATH

v1.1.0

30 Nov 16:05
Compare
Choose a tag to compare
  • Allow use of project and file directories in rcfile, cwd, and PYTHONPATH (@d82116d)
  • Fix use of PYTHONPATH (@7fb3d25)

v0.1.2

24 Jun 08:56
Compare
Choose a tag to compare
  • fix 'has no method getCmd' bug #4

v0.1.0

24 Jun 08:55
Compare
Choose a tag to compare
  • Implemented first version of 'linter-pylint'
  • Added support for Errors and Warnings, "Refactor", "Convention and "Fatal"-messages are ignored due to missing display-capabilities.