Created
September 16, 2019 14:38
-
-
Save jbw976/39b3dd7e9c57e86d8c2131f2fd48ff9f to your computer and use it in GitHub Desktop.
Rook cloc output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> cloc . | |
5557 text files. | |
5194 unique files. | |
736 files ignored. | |
github.com/AlDanial/cloc v 1.82 T=15.28 s (317.5 files/s, 98937.6 lines/s) | |
-------------------------------------------------------------------------------- | |
Language files blank comment code | |
-------------------------------------------------------------------------------- | |
Go 4242 116334 171468 1004293 | |
YAML 192 301 1587 153943 | |
Markdown 205 5504 0 18837 | |
Protocol Buffers 63 3445 10184 6208 | |
HTML 8 853 0 5457 | |
Bourne Shell 41 518 778 3230 | |
JSON 4 0 0 1914 | |
Assembly 36 255 307 1558 | |
make 34 344 439 1142 | |
Perl 3 135 159 844 | |
Bourne Again Shell 3 63 121 416 | |
Dockerfile 9 47 129 126 | |
TOML 5 46 123 120 | |
SVG 1 0 1 50 | |
C 1 8 7 24 | |
Starlark 1 1 19 18 | |
INI 1 2 0 10 | |
Ruby 1 0 0 9 | |
-------------------------------------------------------------------------------- | |
SUM: 4850 127856 185322 1198199 | |
-------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> cloc . --exclude-dir=vendor | |
1067 text files. | |
1041 unique files. | |
102 files ignored. | |
github.com/AlDanial/cloc v 1.82 T=2.15 s (452.1 files/s, 134188.8 lines/s) | |
-------------------------------------------------------------------------------- | |
Language files blank comment code | |
-------------------------------------------------------------------------------- | |
YAML 144 197 1572 153263 | |
Go 652 14447 15487 74783 | |
Markdown 118 3560 0 13666 | |
HTML 8 853 0 5457 | |
Bourne Shell 21 321 305 2218 | |
make 15 254 335 853 | |
Bourne Again Shell 2 30 71 110 | |
Dockerfile 8 38 120 93 | |
TOML 1 25 36 75 | |
SVG 1 0 1 50 | |
Ruby 1 0 0 9 | |
-------------------------------------------------------------------------------- | |
SUM: 971 19725 17927 250577 | |
-------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment