From a7ad4ee9c4622bc39917b745102646f729b245a5 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 3 Dec 2019 10:54:56 +0100 Subject: [PATCH] Update .cpplint --- .cpplint | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cpplint b/.cpplint index 8b90d4a39..bda1801bf 100644 --- a/.cpplint +++ b/.cpplint @@ -1,5 +1,7 @@ +set noparent +filter=-legal/copyright +linelength=80 + # See: cpplint --help # for all options # Also: cpplint.py --filter= # for all filters # Use - to turn off the requirement for a copyright comment -filter=-legal/copyright -linelength=80