From 79ea3810bba64a2a405c9d6e0fa3cb8af2ad90d9 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 13 Oct 2015 15:58:53 -0700 Subject: [PATCH] update link to point to github instead of googlecode --- cpplint/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint/README b/cpplint/README index 4ffb1eb..a7735b7 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 (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it +guide (http://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,