From dcd2609a1ca47477f802c0a93c2da4b77432f265 Mon Sep 17 00:00:00 2001 From: Stephen Stack Date: Mon, 5 Dec 2016 15:02:06 -0600 Subject: [PATCH] style: ignore line length when linting --- CPPLINT.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 083e6fd..ae26212 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -1,2 +1,2 @@ filter=-build/header_guard,-legal/copyright,-runtime/int,-readability/casting,-build/include -linelength=100 +linelength=300