From 919dcf244ebe58bdc20857ad925d5d26c46670d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=9E=E5=A4=A9?= Date: Mon, 9 Nov 2015 11:17:20 +0800 Subject: [PATCH] =?UTF-8?q?magic.rst:=20=E6=9B=B4=E6=96=B0=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新了cpplint.py的链接地址 --- google-cpp-styleguide/magic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cpp-styleguide/magic.rst b/google-cpp-styleguide/magic.rst index 06156de..9ff1f0e 100644 --- a/google-cpp-styleguide/magic.rst +++ b/google-cpp-styleguide/magic.rst @@ -46,7 +46,7 @@ Google 用了很多自己实现的技巧 / 工具使 C++ 代码更加健壮, 我 ``cpplint.py`` 是一个用来分析源文件, 能检查出多种风格错误的工具. 它不并完美, 甚至还会漏报和误报, 但它仍然是一个非常有用的工具. 在行尾加 ``// NOLINT``, 或在上一行加 ``// NOLINTNEXTLINE``, 可以忽略报错。 -某些项目会指导你如何使用他们的项目工具运行 ``cpplint.py``. 如果你参与的项目没有提供, 你可以单独下载 `cpplint.py `_. +某些项目会指导你如何使用他们的项目工具运行 ``cpplint.py``. 如果你参与的项目没有提供, 你可以单独下载 `cpplint.py `_. 译者(acgtyrant)笔记