Skip to content

Commit b545d7f

Browse files
committed
Reverted to non-markdown and applyed HTTPS fix.
1 parent 7969290 commit b545d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpplint/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This is automated checker to make sure a C++ file follows Google's C++ style
2-
guide [https://google.github.io/styleguide/cppguide.html](https://google.github.io/styleguide/cppguide.html). As it
2+
guide (https://google.github.io/styleguide/cppguide.html). As it
33
heavily relies on regular expressions, cpplint.py won't catch all violations of
44
the style guide and will very occasionally report a false positive. There is a
55
list of things we currently don't handle very well at the top of cpplint.py,

0 commit comments

Comments
 (0)