Releases: ZedThree/clang-tidy-review
Releases · ZedThree/clang-tidy-review
v0.10.1
What's Changed
- Add "apt-get update" for "apt_packages" option by @marcluque in #58
New Contributors
- @marcluque made their first contribution in #58
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
What's Changed
- Fixed handling of relative paths by @FlorianReimold in #43
- Set output
total_comments
to number of comments before culling by @ZedThree in #46 - Add option to edit LGTM message and to turn it off by @bwrsandman in #48
New Contributors
- @bwrsandman made their first contribution in #48
Full Changelog: v0.8.4...v0.9.0
clang-tidy-review 0.8.4
What's Changed
- Removed raise in case of clang-tidy error by @FlorianReimold in #40
Enables posting clang-diagnostic-errors
, for example due to a missing header
New Contributors
- @FlorianReimold made their first contribution in #40
Full Changelog: v0.8.3...v0.8.4
clang-tidy-review 0.8.3
What's Changed
- Add an example of a config_file invocation by @vadi2 in #34
- Pin container base to ubuntu:20.04 to ensure packages are available by @ZedThree in #37
Full Changelog: v0.8.2...v0.8.3
clang-tidy-review 0.8.2
clang-tidy-review 0.8.1
clang-tidy-review 0.8.0
Fix for path replacement
Fix issue with replacing paths: #21 (thanks to @kgfoundrydig)
Enable clang-tidy-11
Adds clang-tidy-11
as an option. Thanks to @ghutchis