diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..85b4b04 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,87 @@ +# Changelog + +## [v0.8.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.8.0) (2022-02-07) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.7.1...v0.8.0) + +**Merged pull requests:** + +- Add `base_dir` argument to more accurately fix absolute paths [\#26](https://github.com/ZedThree/clang-tidy-review/pull/26) ([ZedThree](https://github.com/ZedThree)) +- Add argument to pass in CMake command [\#25](https://github.com/ZedThree/clang-tidy-review/pull/25) ([ZedThree](https://github.com/ZedThree)) +- Add option to use config file [\#24](https://github.com/ZedThree/clang-tidy-review/pull/24) ([ZedThree](https://github.com/ZedThree)) +- Add clang tidy 12 [\#23](https://github.com/ZedThree/clang-tidy-review/pull/23) ([ZedThree](https://github.com/ZedThree)) +- Suggest fixits [\#16](https://github.com/ZedThree/clang-tidy-review/pull/16) ([ZedThree](https://github.com/ZedThree)) + +## [v0.7.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.7.1) (2022-01-11) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.7.0...v0.7.1) + +**Merged pull requests:** + +- \#20 - Fix path replace problem [\#21](https://github.com/ZedThree/clang-tidy-review/pull/21) ([kgfoundrydig](https://github.com/kgfoundrydig)) +- Update README.md to use 0.7.0 version [\#18](https://github.com/ZedThree/clang-tidy-review/pull/18) ([asafHalely](https://github.com/asafHalely)) + +## [v0.7.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.7.0) (2021-04-30) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.6.1...v0.7.0) + +**Merged pull requests:** + +- Update Dockerfile, scripts to allow clang-tidy-11 from focal [\#15](https://github.com/ZedThree/clang-tidy-review/pull/15) ([ghutchis](https://github.com/ghutchis)) + +## [v0.6.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.6.1) (2021-04-22) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.6.0...v0.6.1) + +**Merged pull requests:** + +- Add users to readme [\#12](https://github.com/ZedThree/clang-tidy-review/pull/12) ([vadi2](https://github.com/vadi2)) + +## [v0.6.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.6.0) (2021-02-23) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.5.1...v0.6.0) + +## [v0.5.1](https://github.com/ZedThree/clang-tidy-review/tree/v0.5.1) (2021-02-23) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.5.0...v0.5.1) + +**Merged pull requests:** + +- Avoid apt warning when building [\#8](https://github.com/ZedThree/clang-tidy-review/pull/8) ([vadi2](https://github.com/vadi2)) + +## [v0.5.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.5.0) (2021-02-12) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.4.0...v0.5.0) + +**Merged pull requests:** + +- Make it easier to pass through arguments for include/exclude [\#7](https://github.com/ZedThree/clang-tidy-review/pull/7) ([ZedThree](https://github.com/ZedThree)) + +## [v0.4.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.4.0) (2020-12-03) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.3.0...v0.4.0) + +**Merged pull requests:** + +- Fix issue with creating a review with too many comments [\#5](https://github.com/ZedThree/clang-tidy-review/pull/5) ([ZedThree](https://github.com/ZedThree)) + +## [v0.3.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.3.0) (2020-12-01) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.2.0...v0.3.0) + +**Merged pull requests:** + +- Various fixes, plus install additional apt packages [\#3](https://github.com/ZedThree/clang-tidy-review/pull/3) ([ZedThree](https://github.com/ZedThree)) +- Fix typo in README [\#2](https://github.com/ZedThree/clang-tidy-review/pull/2) ([schra](https://github.com/schra)) + +## [v0.2.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.2.0) (2020-05-31) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/v0.1.0...v0.2.0) + +## [v0.1.0](https://github.com/ZedThree/clang-tidy-review/tree/v0.1.0) (2020-05-30) + +[Full Changelog](https://github.com/ZedThree/clang-tidy-review/compare/2ad79d07d6e3891cc8affd18082758b3b6c6b4aa...v0.1.0) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/README.md b/README.md index 91029ca..bf603f2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Inspired by `clang-tidy-diff`, Clang-Tidy Review only runs on the changes in the pull request. This makes it nice and speedy, as well as being useful for projects that aren't completely clang-tidy clean yet. +Where possible, makes the warnings into suggestions so you can apply +them immediately. + Returns the number of comments, so you can decide whether the warnings act as suggestions, or check failure.