Releases: wearerequired/lint-action
Releases · wearerequired/lint-action
v2.3.0
v2.2.0
What's Changed
- Add ClangFormat linter by @manicmaniac in #519
- Set
--fix-all
arg for Erblint by default by @ocean90 in #564 - Replace deprecated
autocorrect
command for swiftlint auto-fixing by @ocean90 in #567
New Contributors
- @manicmaniac made their first contribution in #519
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add support for Pylint by @codeman1o1 in #502
- Fix typo in README by @ImUnlikely in #508
New Contributors
- @ImUnlikely made their first contribution in #508
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Improve docs for dotnet-format by @AndrewBabbitt97 in #458
- Add missing
autopep8_auto_fix
input by @codeman1o1 in #489
New Contributors
- @codeman1o1 made their first contribution in #489
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Breaking changes
- Update to the node16 runtime by default (#449)
This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later. Node 12 has an end of life on April 30, 2022. - Use only CSS as default extension for stylelint (#451)
To restore previous behaviour add thestylelint_extensions: "css,sass,scss"
input to your workflow file.
Other changes
- Add support for Autopep8 (#430)
- Add
commit
input to prevent commits whenauto_fix
is enabled (#438) - Add
[linter]_auto_fix
input for each linter to selectively enable/disable auto-fixing (#439) - Create annotations for errors first (#446)
- Throw error if a directory for a linter doesn't exist (#447)
New Contributors
- @Daniel-Atanasov made their first contribution in #430
- @phamelink made their first contribution in #439
Full Changelog: v1.12.0...v2.0.0
v1.12.0
v1.11.1
v1.11.0
- Add
git_no_verify
option to bypass pre-commit and pre-push git hooks (#279, 466df2e) - Replace hardcoded URLs for compatibility with GitHub Enterprise Server (#296, 983f1c4)
- Add ERB Lint support (#363, 8170c90)
- Remove permissions error for forks when using
pull_request_target
event (#374, 38c0c78) - Use prefix when verifying that Mypy is installed (#367, 5c9cb35)
- Provide more information for failed API requests for check runs (#371, 917843d)