Skip to content

Releases: ZedThree/clang-tidy-review

v0.10.1

25 Oct 13:08
Compare
Choose a tag to compare

What's Changed

  • Add "apt-get update" for "apt_packages" option by @marcluque in #58

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

14 Oct 15:58
ffaff5e
Compare
Choose a tag to compare

What's Changed

  • Add split workflow, allowing the action to be used in PRs created from forks by @pajlada in #50
  • Bump base image to Ubuntu 22.04 by @ZedThree in #52

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 Aug 07:44
526cbfb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

clang-tidy-review 0.8.4

20 May 14:02
f8e0341
Compare
Choose a tag to compare

What's Changed

Enables posting clang-diagnostic-errors, for example due to a missing header

New Contributors

Full Changelog: v0.8.3...v0.8.4

clang-tidy-review 0.8.3

26 Apr 12:20
1cf54e5
Compare
Choose a tag to compare

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

11 Feb 19:00
809e367
Compare
Choose a tag to compare
  • Fix KeyError when checking previous comments #31 (ZedThree)

clang-tidy-review 0.8.1

09 Feb 11:48
ba2721a
Compare
Choose a tag to compare
  • Fix for when clang-tidy has no comments #28 (ZedThree)

clang-tidy-review 0.8.0

07 Feb 17:58
87cd2ea
Compare
Choose a tag to compare

Fix for path replacement

11 Jan 16:46
89b85a7
Compare
Choose a tag to compare

Fix issue with replacing paths: #21 (thanks to @kgfoundrydig)

Enable clang-tidy-11

30 Apr 19:24
f936872
Compare
Choose a tag to compare

Adds clang-tidy-11 as an option. Thanks to @ghutchis