From a02857c7947ef9f24b6f1109294f615432a3c89c Mon Sep 17 00:00:00 2001 From: Gary Loughnane Date: Tue, 14 Mar 2023 10:13:17 +0000 Subject: [PATCH] Update CLOC (#45) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 115a448..74a8ba1 100644 --- a/README.md +++ b/README.md @@ -430,17 +430,17 @@ Output from CLOC (count lines of code) - github.com/AlDanial/cloc ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- -Go 35 837 1451 7479 -YAML 17 9 8 772 -Markdown 3 107 0 640 -Bourne Shell 6 58 63 500 +Go 35 855 1477 7572 +YAML 20 39 47 888 +Markdown 4 119 0 679 +Bourne Shell 6 61 63 513 C 2 34 32 158 -make 1 19 12 117 +make 1 23 18 149 JSON 2 0 0 32 C/C++ Header 2 10 28 28 Dockerfile 1 1 12 3 ------------------------------------------------------------------------------- -SUM: 69 1075 1606 9729 +SUM: 73 1142 1677 10022 ------------------------------------------------------------------------------- ```