Releases: justinchuby/lintrunner-adapters
Releases · justinchuby/lintrunner-adapters
v0.2.0
What's Changed
- ci: run CI on windows by @justinchuby in #19
- fix: windows compatibility 1/n by @justinchuby in #28
- fix: do not spawn shell on Windows by @justinchuby in #29
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- feat(linter): add options to display how to disable an error by @justinchuby in #24
- fix(sarif): remove message from sarif title by @justinchuby in #25
- ci: run tests in different python versions by @justinchuby in #27
- feat(linter): reformat mypy messages and add options to include notes by @justinchuby in #26
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- fix(linter): run isort first then black by @justinchuby in #22
- feat(linter): parallel run pylint by @justinchuby in #23
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- feat: allow the style option in clang-format by @justinchuby in #18
Full Changelog: v0.1.4...v0.1.5
v0.1.4
clangformat_linter: Allow a --fallback
option to use clang-format in PATH.
v0.1.3
flake8_linter: Support the docstring-convention option when running pydocstyle using flake8.
v0.1.2
Update CI for dist (#12)
v0.1.1
Create release process in CI.
v0.1.0
First version on PyPI