1
0
Fork 0

blacklist -> ignorelist

This commit is contained in:
Mircea Trofin 2020-06-22 08:49:19 -07:00 committed by GitHub
parent 77b08754c6
commit c7047d46ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
[about pre-merge checks](docs/user_doc.md)