Releases: cpp-linter/cpp-linter-action
Releases · cpp-linter/cpp-linter-action
v1.4.0
🚀New Features
- Private repository support by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/40
- Add the ability to specify the compilation database by @DingXuefeng in https://github.com/shenxianpeng/cpp-linter-action/pull/42
👷 Changes
- Update
version
to support clang-tools13
,14
and decommission6
,7
by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/45 - Completing the switch to GitHub pages for docs by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/37
- Update mkdocs by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/35
- Remove dev artifacts by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/28
- Remove runchecks.sh by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/33
- Delete useless directory and image by @shenxianpeng in https://github.com/shenxianpeng/cpp-linter-action/pull/36
🐛 Bugfix
- Fix field testing revealed various bugs by @2bndy5 in https://github.com/shenxianpeng/cpp-linter-action/pull/30 https://github.com/shenxianpeng/cpp-linter-action/pull/31
New Contributors
- @DingXuefeng made their first contribution in https://github.com/shenxianpeng/cpp-linter-action/pull/42
Full Changelog: shenxianpeng/cpp-linter-action@v1.3.0...v1.4.0
v1.3.0
🚀New Features
- For parse better, switching from Shell to Python has achieved good results, and action run time is in 2 minutes by @2bndy5 (#22)
- Support more optional inputs:
verbosity
,lines-changed-only
,files-changed-only
,ignore
,thread-comments
@2bndy5 (#26)
Full Changelog: shenxianpeng/cpp-linter-action@v1.2.0...v1.3.0
v1.2.1
🐛 Bugfix
- Cannot visit app in the marketplace by @shenxianpeng in #18
v1.2.0
🚀New Features
- Support optional Inputs
style
,extensions
,tidy-checks
,repo-root
,version
by @2bndy5 in #4 - Add compatibility for push events by @2bndy5 in #6 #8
- Support intuitive action exit code by @2bndy5 in #7
- Support versions of clang-format and clang-tidy by @2bndy5 @shenxianpeng in cpp-linter/clang-tools-docker#1
🙏Many thanks to @2bndy5 for the significant improvements.
Full Changelog: shenxianpeng/cpp-linter-action@v1.1.0...v1.2.0
v1.1.0
👷 Changes
- Removed Cppcheck by @shenxianpeng (#2)
- Update README.md by @shenxianpeng
Full Changelog: shenxianpeng/cpp-linter-action@v1.0.0...v1.1.0