xgsa added a comment.

In https://reviews.llvm.org/D40671#944906, @alexfh wrote:

> BTW, how will this feature interact with cpplint.py's way of handling 
> specific NOLINT directives that use different lint rule names, which 
> sometimes refer to the same rule (e.g. `// NOLINT(runtime/explicit)` 
> suppresses the `runtime/explicit` cpplint rule that enforces the same style 
> rule as the google-runtime-explicit check)?


This feature accepts only full check names.


https://reviews.llvm.org/D40671



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to