From 61bf629373bba905a7470199ca80dde751b91fe2 Mon Sep 17 00:00:00 2001 From: FaresSalem Date: Tue, 6 Oct 2020 17:15:25 +0200 Subject: [PATCH] Update style guideline URL --- cpplint/cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint/cpplint.py b/cpplint/cpplint.py index 65baa6c..50a5053 100755 --- a/cpplint/cpplint.py +++ b/cpplint/cpplint.py @@ -67,7 +67,7 @@ Syntax: cpplint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...] [file] ... The style guidelines this tries to follow are those in - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml + https://google.github.io/styleguide/cppguide.html Every problem is given a confidence score from 1-5, with 5 meaning we are certain of the problem, and 1 meaning it could be a legitimate construct.