From b2990a02bc1c6205f55dee9dc4cd704124c8ab5e Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 30 Nov 2016 10:31:47 +0300 Subject: [PATCH] Rename configuration file for cpplint --- cpplint.cfg => CPPLINT.cfg | 2 ++ 1 file changed, 2 insertions(+) rename cpplint.cfg => CPPLINT.cfg (82%) diff --git a/cpplint.cfg b/CPPLINT.cfg similarity index 82% rename from cpplint.cfg rename to CPPLINT.cfg index 30f95d89a..2905e7513 100644 --- a/cpplint.cfg +++ b/CPPLINT.cfg @@ -1,5 +1,7 @@ +set noparent linelength=100 filter=-,+whitespace/line_length +exclude_files=.*XAO/.* root=src # whitespace/line_length -- 2.39.2