Skip to content

Releases: lmapii/run-clang-tidy

v0.3.1

18 Oct 05:55
4dfa419
Compare
Choose a tag to compare
update to rust 1.82 (#33)

* update to rust 1.82

* updated version after update to rust 1.82

v0.3.0

08 Mar 20:30
ca7c3a5
Compare
Choose a tag to compare

Added --fix command-line option to call clang-tidy with -fix and -fix-errors to apply fixes, if available.

v0.2.5

01 Dec 12:29
5efcd5c
Compare
Choose a tag to compare

rustc version 1.74, cargo update.

v0.2.4

06 Oct 05:48
78bb75f
Compare
Choose a tag to compare
rust 1.73 (#24)

v0.2.3

19 Sep 13:31
dbd1f3b
Compare
Choose a tag to compare
fixed bug where the output fails due to non-relative paths (#23)

v0.2.2

26 Aug 12:40
Compare
Choose a tag to compare
removed win gnu release target

v0.2.1

21 May 19:30
5132a23
Compare
Choose a tag to compare
fixed --quiet output (#20)

v0.2.0

19 May 16:40
77e633e
Compare
Choose a tag to compare
tracking clang-tidy warnings (#17)

* tracking clang-tidy warnings

* attempting to update artifacts on PR

* testing CI artifact creation

* added selective artifacts to ci compile step

* extending conditional for artifacts

* added build modifier for CI step

v0.1.8

04 Apr 13:46
2f764c0
Compare
Choose a tag to compare
Feature/ci update (#15)

* ci + globmatch update

* cargo update

v0.1.7

31 Mar 08:58
64e803f
Compare
Choose a tag to compare
cargo+rust+clap update (#14)