This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Releases: AtomLinter/linter-pylint
Releases · AtomLinter/linter-pylint
v2.1.0
v2.0.1
Fixed bugs:
- linter-pylint wont work after update to 2.0.0 #206
- Rename range to position #207 (Arcanemagus)
v2.0.0
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
- Dependency updates
v1.2.2
v1.2.1
Rewrite in ES6, update many dependencies.
v1.2.0
- Add
PYTHONPATH
config option to interpolate target file path - Support relative imports by adding target file path to
PYTHONPATH
v1.1.0
- Allow use of project and file directories in rcfile, cwd, and PYTHONPATH (@d82116d)
- Fix use of PYTHONPATH (@7fb3d25)