Updated cloc summary

This commit is contained in:
Tom Keffer
2020-12-12 07:52:04 -08:00
parent 4fdbfaaf1c
commit bdaeab7e4c
2 changed files with 29 additions and 4 deletions

View File

@@ -60,3 +60,31 @@ bin less drivers and tests directories:
-------------------------------------------------------------------------------
Python 57 4024 8729 11604
-------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------
As of 12-Dec-2020
---------------------------------------------------------------------------------------------------
cloc --force-lang="HTML",tmpl --force-lang="INI",conf --force-lang="INI",inc bin docs examples skins util
321 text files.
317 unique files.
54 files ignored.
github.com/AlDanial/cloc v 1.84 T=0.73 s (367.6 files/s, 152852.8 lines/s)
--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
Python 119 9103 17309 33363
HTML 54 3686 59 26686
INI 55 2874 0 11229
JavaScript 8 308 190 1317
CSS 7 214 86 1100
Perl 1 99 84 1027
Markdown 5 261 0 900
Bourne Shell 13 61 136 406
Bourne Again Shell 2 36 186 204
XML 2 8 12 83
SVG 1 0 0 1
--------------------------------------------------------------------------------
SUM: 267 16650 18062 76316
--------------------------------------------------------------------------------

View File

@@ -430,7 +430,4 @@ critic:
perlcritic -1 --verbose 8 pkg/mkchangelog.pl
code-summary:
cloc bin
@for d in weecfg weedb weeutil weewx; do \
cloc bin/$$d/tests; \
done
cloc --force-lang="HTML",tmpl --force-lang="INI",conf --force-lang="INI",inc bin docs examples skins util