Releases: platisd/clang-tidy-pr-comments
Releases · platisd/clang-tidy-pr-comments
Version 1.3.1
- Fix parsing warnings without replacements introduced in
1.3.0
Version 1.3.0
- Fix for multiline comments
- Merge consecutive comments for the same warning
Version 1.2.0
- Add
repo_path_prefix
as an optional Action argument
Version 1.1.7
- Correctly handle the case of an empty suggestion (#22)
Version 1.1.6
Handle single line hunks
Version 1.1.5
- Create a separate diagnostic entry for each replacement entry
Version 1.1.4
- Print pieces of code properly in markdown
Version 1.1.3
- Parse pull request ID as
int
Version 1.1.2
- Fix crash when files (i.e. binaries) don't contain a patch field
- Load all pull request files so they are not skipped when making comments
Version 1.1.1
- Minor fixes