From b545d7f67f4b9a0e7a66d1381fb64d3d8bfbe9b2 Mon Sep 17 00:00:00 2001 From: Ackermann Yuriy Date: Wed, 27 Apr 2016 14:06:21 +1200 Subject: [PATCH] Reverted to non-markdown and applyed HTTPS fix. --- cpplint/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint/README b/cpplint/README index 4b27a9599..ee6b9ded5 100644 --- a/cpplint/README +++ b/cpplint/README @@ -1,5 +1,5 @@ This is automated checker to make sure a C++ file follows Google's C++ style -guide [https://google.github.io/styleguide/cppguide.html](https://google.github.io/styleguide/cppguide.html). As it +guide (https://google.github.io/styleguide/cppguide.html). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py,