[cfe-dev] Configure clang-tidy rules

Ravi Koppad via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 19 08:45:05 PDT 2019


Hello Team,

I want to test the readability-isolate-declaration rule for clang-tidy but
the mentioned rule is not enabled.

Command format used to run the rule:
clang-tidy -checks=-* , readability-isolate-declaration

But this gives Error : no checks enabled.

When I tried going through the official documentation of clang-tidy this
rule is available. Kindly could some one suggest on how to enable the above
mentioned rule.

Regards,
Ravi..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190619/37510adf/attachment.html>


More information about the cfe-dev mailing list