From: azv Date: Wed, 30 Nov 2016 07:31:47 +0000 (+0300) Subject: Rename configuration file for cpplint X-Git-Tag: V_2.6.0~34^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b2990a02bc1c6205f55dee9dc4cd704124c8ab5e;p=modules%2Fshaper.git Rename configuration file for cpplint --- diff --git a/CPPLINT.cfg b/CPPLINT.cfg new file mode 100644 index 000000000..2905e7513 --- /dev/null +++ b/CPPLINT.cfg @@ -0,0 +1,10 @@ +set noparent +linelength=100 +filter=-,+whitespace/line_length +exclude_files=.*XAO/.* +root=src + +# whitespace/line_length +# whitespace/end_of_line +# whitespace/empty_loop_body +# readability/multiline_string diff --git a/cpplint.cfg b/cpplint.cfg deleted file mode 100644 index 30f95d89a..000000000 --- a/cpplint.cfg +++ /dev/null @@ -1,8 +0,0 @@ -linelength=100 -filter=-,+whitespace/line_length -root=src - -# whitespace/line_length -# whitespace/end_of_line -# whitespace/empty_loop_body -# readability/multiline_string