From 978cfc677fc51e21e8b6c672e603cb880504befb Mon Sep 17 00:00:00 2001 From: Kshithij Iyer Date: Mon, 9 Sep 2019 11:02:14 +0530 Subject: [PATCH] Converting README to README.md --- cpplint/{README => README.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename cpplint/{README => README.md} (98%) diff --git a/cpplint/README b/cpplint/README.md similarity index 98% rename from cpplint/README rename to cpplint/README.md index ee6b9de..11a74ae 100644 --- a/cpplint/README +++ b/cpplint/README.md @@ -1,3 +1,5 @@ +# cpplint + This is automated checker to make sure a C++ file follows Google's C++ style guide (https://google.github.io/styleguide/cppguide.html). As it heavily relies on regular expressions, cpplint.py won't catch all violations of @@ -8,7 +10,7 @@ and we welcome patches to improve it. The linting tool takes a list of files as input. For full usage instructions, please see the output of: - ./cpplint.py --help + ./cpplint.py --help Unit tests are provided in cpplint_unittest.py. This file can safely be ignored by end users who have downloaded this package and only want to run the lint