meson/test cases/unit/70 clang-tidy
Bernd Busse c4fa876925 Never run clang-format / clang-tidy against directories
`pathlib.Path.glob()` also returns directories that match source
filenames (i.e. a directory named `test.h/`), but `clang-format` and
`clang-tidy` fail when handed a directory. We manually skip calling
`clang-format` and `clang-tidy` on those directories.
2020-10-05 23:07:20 +03:00
..
dummydir.h Never run clang-format / clang-tidy against directories 2020-10-05 23:07:20 +03:00
.clang-tidy Add clang-tidy target. Closes #2383. 2019-10-01 22:02:51 +03:00
cttest.cpp Add clang-tidy target. Closes #2383. 2019-10-01 22:02:51 +03:00
meson.build Add clang-tidy target. Closes #2383. 2019-10-01 22:02:51 +03:00