Releases: oliverlee/rules_clang_tidy
Releases · oliverlee/rules_clang_tidy
initial release
What's Changed
- add github check workflow by @oliverlee in #1
- enable pull request autoupdate by @oliverlee in #3
- add license by @oliverlee in #2
- handle repeated use of
@rules_clang_tidy//:extra-options
by @oliverlee in #4 - ci: define a composite action for setup by @oliverlee in #5
- fix cycle when loading externals by @oliverlee in #6
- avoid generating the same output from multiple actions by @oliverlee in #7
- ci: fix apply-fixes-script job by @oliverlee in #10
- fix workspace build file ignore list by @oliverlee in #8
- avoid eager linting when building with wildcards by @oliverlee in #9
- refactor github workflow tests as
sh_test
rules by @oliverlee in #11 - format bash files by @oliverlee in #12
- set default bazel version by @oliverlee in #14
- allow deps to include test targets by @oliverlee in #13
- manually add dependencies to
tidy_test
rule by @oliverlee in #15 - mark
apply_fixes
astestonly
by @oliverlee in #16 - test targets with shared source files by @oliverlee in #17
- fix external workspace override in tests by @oliverlee in #18
- test with a hermetic toolchain by @oliverlee in #19
- ci: fix
--test_output
option and workflow setup by @oliverlee in #20 - disable convenience symlinks in examples by @oliverlee in #21
- always generate fixes in ClangTidy aspect by @oliverlee in #22
- fix hermetic toolchain detection in tests by @oliverlee in #23
- print lint errors on cached failure by @oliverlee in #24
- fix
sed
opts on macOS by @oliverlee in #25 - remove debug printout from aspect action by @oliverlee in #26
- suppress stderr on success by @oliverlee in #27
- add support for bzlmod by @oliverlee in #28
- add bzlmod usage instructions by @oliverlee in #29
New Contributors
- @oliverlee made their first contribution in #1
Full Changelog: https://github.com/oliverlee/rules_clang_tidy/commits/0.0.0