1
0
Fork 0

Merge pull request #204 from mtrofin/patch-1

blacklist -> ignorelist
This commit is contained in:
Mikhail Goncharov 2020-07-07 15:12:23 +02:00 committed by GitHub
commit 6f69b1a108
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)