Josef Hofer 4 лет назад
Родитель
Сommit
bd3a086787

+ 6 - 0
metrixpp/tests/general/test_basic/test_help_collect_default_stdout.gold.txt

@@ -52,6 +52,12 @@ Options:
   --std.code.length.total, --sclent
                         Enables collection of size metric (in number of
                         symbols per region) [default: False]
+  --std.code.linelength, --scll
+                        Enables collection maximum line-length transgressions
+                        [default: False]
+  --std.code.linelength.limit=STD.CODE.LINELENGTH.LIMIT, --sclll=STD.CODE.LINELENGTH.LIMIT
+                        Modifies the limit for maximum line-length [default:
+                        80]
   --std.code.lines.code, --sclc
                         Enables collection of lines of code metric (per region
                         detalization) - number of non-empty lines of code,