blacklist -> ignorelist
This commit is contained in:
parent
77b08754c6
commit
c7047d46ed
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
If you found that a warning produced by clang-tidy is not useful:
|
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
|
- 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)
|
- Consider fixing or [suppressing diagnostic](https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics)
|
||||||
if there is a good reason.
|
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)
|
||||||
|
|
Loading…
Reference in a new issue