aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/meson_clang_tidy_fix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/meson_clang_tidy_fix.md')
-rw-r--r--docs/markdown/snippets/meson_clang_tidy_fix.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/markdown/snippets/meson_clang_tidy_fix.md b/docs/markdown/snippets/meson_clang_tidy_fix.md
deleted file mode 100644
index 3a8c772..0000000
--- a/docs/markdown/snippets/meson_clang_tidy_fix.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## clang-tidy-fix target
-
-If `clang-tidy` is installed and the project's source root contains a
-`.clang-tidy` (or `_clang-tidy`) file, Meson will automatically define
-a `clang-tidy-fix` target that runs `run-clang-tidy` tool with `-fix`
-option to apply the changes found by clang-tidy to the source code.
-
-If you have defined your own `clang-tidy-fix` target, Meson will not
-generate its own target.