]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Rename configuration file for cpplint
authorazv <artem.zhidkov@opencascade.com>
Wed, 30 Nov 2016 07:31:47 +0000 (10:31 +0300)
committerazv <artem.zhidkov@opencascade.com>
Wed, 30 Nov 2016 07:31:47 +0000 (10:31 +0300)
CPPLINT.cfg [new file with mode: 0644]
cpplint.cfg [deleted file]

diff --git a/CPPLINT.cfg b/CPPLINT.cfg
new file mode 100644 (file)
index 0000000..2905e75
--- /dev/null
@@ -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 (file)
index 30f95d8..0000000
+++ /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