Chromium Code Reviews| Index: cpplint.py |
| diff --git a/cpplint.py b/cpplint.py |
| index f74eff79f9ec9cd86a008a05c276bc94e18a8747..6d23859f3ef806d33888e4ea5025b96816962a6b 100755 |
| --- a/cpplint.py |
| +++ b/cpplint.py |
| @@ -28,6 +28,8 @@ |
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| +# pylint: skip-file |
| + |
| """Does google-lint on c++ files. |
| The goal of this script is to identify places in the code that *may* |