mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Add top-level clang-tidy make target
This commit is contained in:
parent
61abf80197
commit
990d2e0074
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -297,8 +297,7 @@ jobs:
|
|||||||
|
|
||||||
- name: clang-tidy
|
- name: clang-tidy
|
||||||
run: |
|
run: |
|
||||||
make -C src/ clang-tidy
|
make clang-tidy
|
||||||
make -C test/ clang-tidy
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -31,6 +31,10 @@ release : dist ../utils/release.sh
|
|||||||
|
|
||||||
.PHONY: cppcheck shellcheck
|
.PHONY: cppcheck shellcheck
|
||||||
|
|
||||||
|
clang-tidy:
|
||||||
|
make -C src/ clang-tidy
|
||||||
|
make -C test/ clang-tidy
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck --quiet --error-exitcode=1 \
|
cppcheck --quiet --error-exitcode=1 \
|
||||||
--inline-suppr \
|
--inline-suppr \
|
||||||
|
Loading…
Reference in New Issue
Block a user