Releases: lmapii/run-clang-tidy
Releases · lmapii/run-clang-tidy
v0.3.1
v0.3.0
Added --fix
command-line option to call clang-tidy
with -fix
and -fix-errors
to apply fixes, if available.
v0.2.5
rustc
version 1.74, cargo update
.
v0.2.4
rust 1.73 (#24)
v0.2.3
fixed bug where the output fails due to non-relative paths (#23)
v0.2.2
removed win gnu release target
v0.2.1
fixed --quiet output (#20)
v0.2.0
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
Feature/ci update (#15) * ci + globmatch update * cargo update
v0.1.7
cargo+rust+clap update (#14)