diff --git a/docs/clang_tidy.md b/docs/clang_tidy.md index 3efce52..b097eee 100644 --- a/docs/clang_tidy.md +++ b/docs/clang_tidy.md @@ -3,7 +3,7 @@ If you found that a warning produced by clang-tidy is not useful: - If clang-tidy must not run for some files at all (e.g. lit test), please -[add files to blacklist](../scripts/clang-tidy.ignore). +[add files to ignorelist](../scripts/clang-tidy.ignore). - Consider fixing or [suppressing diagnostic](https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics) if there is a good reason. @@ -26,4 +26,4 @@ If your are confident that some files are in good shape already, please ---- -[about pre-merge checks](docs/user_doc.md) \ No newline at end of file +[about pre-merge checks](docs/user_doc.md)