From: azv Date: Thu, 1 Dec 2016 07:49:58 +0000 (+0300) Subject: Add more filters for coding style checking X-Git-Tag: V_2.6.0~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e4ceb706a50266c12ea3e5d2d9629513ab540711;p=modules%2Fshaper.git Add more filters for coding style checking --- diff --git a/CPPLINT.cfg b/CPPLINT.cfg index 4eaf07162..0cb3896d2 100644 --- a/CPPLINT.cfg +++ b/CPPLINT.cfg @@ -1,9 +1,4 @@ set noparent linelength=100 -filter=-,+whitespace/line_length,+whitespace/end_of_line +filter=-,+whitespace/line_length,+whitespace/end_of_line,+whitespace/empty_loop_body,+readability/multiline_string root=src - -# whitespace/line_length -# whitespace/end_of_line -# whitespace/empty_loop_body -# readability/multiline_string