- Update pylama, pylint, isort, radon, flake8, pyflakes, pycodestyle and pydocstyle
- Bump timeout to 60s if using an external pylama or pylint (@Rotonen)
- Update wrapt to version 1.10.11, pyflakes to version 1.6.0), pylint to version 1.7.2, pylama to version 7.4.1
- Fix #79
- Update Travis CI configuration, fix path comparison in specs, а few minor cleanups (@Arcanemagus)
- Added default values (python.exe and pylama.exe) for Windows
- Fix #77
- Fixed shadowing of the global variable
- Fix camelCase typo
- Refactoring and other enhancements
- Close #38
- Fix and close #75
- Unbreak external pylama (@ddaanet)
- Allow Pyflakes with Radon. Close #71
- Update pylint to version 1.7.1
- Update astroid to version 1.5.2
- Update wrapt to version 1.10.10
- Fix and close #67
- Fix and close #61
- Expand and resolving '~' for pylama path
- Update radon version to 1.5.0
- Remove unused mando package
- fix(package): update atom-linter to version 9.0.0 (#60)
- Update pylint version to 1.6.5
- Update flake8 version to 3.3.0
- Update pycodestyle to version 2.3.1
- Update mccabe version to 0.6.1
- Fix and close #59
- Update pylama_pylint to version 3.0.1
- Update pylama to version 7.3.3
- Update pyflakes to version 1.5.0
- Update astroid to version 1.4.9
- Update mccabe to version 0.5.3
- Fix and close #57
- Update pylama to version 7.3.1
- Update flake8 to version 3.2.1
- Update pycodestyle to version 2.2.0
- Update flake8 to version 3.2.0
- Update pycodestyle to version 2.1.0
- Add shortcut for isort
- Update pylama version to 7.2.3
- Add Radon - complexity checker
- Add a custom interpreter setting for internal pylama (@Evpok)
- Use isort for sorting imports on save
- Add isort support (close #53)
- Update pydocstyle to version 1.1.1
- Minor changes
- Fix and close #52
- Prevent double initialization
- Fix and close #51
- Update pylama to version 7.10
- Update atom-package-deps to version 4.3.1
- Fix and close #50
- Update internal pyflakes to version 1.3.0
- Reorder sys.path. Fix and close #48
- Update atom-linter to version 8.0.0
- Don't import external linters
- Fix import Linter from pylam_pylint
- Update mccabe to version 0.5.2
- Add specs (close #23)
- Fix and close #41
- Fix and close #37
- Update pylint to version 1.6.4
- Update atom-linter to version 7.0.0
- Add project path into PYTHONPATH
- Show linters errors from stderr
- Fix typo
- Fix #41
- Add R and I error codes
- Mark (F)ailed errors as errors
- Update pylint to version 1.6.1
- Migrate to pycodestyle/pydocstyle
- Fix #39 (UNC paths) for lintOnSave
- Remove unused import
- Refactoring and simplify code
- Change default pylamaVersion
- Update pylint to 1.5.6
- Update pyflakes to 1.2.3
- Update pep8 to 1.7.0
- Update mccabe to 0.5.0
- Update pylama to 7.0.9
- Fix and close #34
- Fix and close #32
- Update xregexp
- Update pep257 version to 0.7.0
- Update pyflakes version to 1.0.0
- Update six to 1.10.0
- Update Pylama version to 7.0.6
- Correct typo and improved language
- Fix #18
- Updated pep257 to 0.7.1-alpha (c3f3757434133666c8518bf5e2b64674cdc53e21)
- Added support config file. Close #11
- Used atom-package-deps for deps. Close #15
- Update pep257 to v0.6.0
- Force linting files without extensions. Close #10
- Update pylama version to 6.3.4 (except PEP257 linter)
- Update PyLint version to 1.4.4
- Remove deprecated 'linter-package' from the package.json
- Fix #8
- Migrate to Linter-plus API (close #5 and close #7).
- Temporary fix for Linter 1.0.1.
- Use python from env.
- Added file name in regex message.
- Used @cwd.
- Optimize PYTHONPATH.
- Refactoring.
- Fix warning about deprecated activationEvents.
- Update pylama version to 6.3.1
- Update pylint version to 1.4.3
- Fix regex string for Windows line endings. See #4
- Fix detection an external pylama on Windows. See #4
- Pylint version updated to 1.4
- Remove debug output
- Use atom.config.observe for linter settings
- Fix issue #3
- Added pylint for python3
- Fix issue #2 - checking 'stdout' and 'stderr'
- Update pylint to 6.1.1 and pylama_pylint to 1.0.1
- Improved detection of the PYTHONPATH
- Removed async mode (because it not be used in the checking of the single files)
- Select linters through checkboxes
- Added internal Pylama
- Added Virtualenv detection
- Append PYTHONPATH variable to process.env
- Added skip file feature
- Used JSON Schema for linter config
- Disable aync mode for pylint
- Replaced null by ''
- Improved detection of pyflakes 'invalid syntax' errors
- Improved detection of warnings
- Fix detection pep257 warnings
- Added 'async' mode
- Separation of messages to errors or warnings
- Added selection of linters
- Added 'executablePath' for pylama linter
- Minor changes
- Updated repository url
- Implemented first version of 'linter-pylama'