Skip to content

Commit 0785085

Browse files
chore: update README and cloc-output.json with latest code stats
1 parent 429d0a8 commit 0785085

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ JSX --> 20,312 lines
1212
Vue.js --> 0 lines
1313
PHP --> 5,248 lines
1414
C# --> 0 lines
15-
Other --> 8,158 lines
15+
Other --> 8,162 lines
1616
17-
[ TOTAL LINES OF CODE: 287,524 ]
17+
[ TOTAL LINES OF CODE: 287,528 ]
1818
```
1919
<!-- LANGUAGES BREAKDOWN END -->
2020
*Stats update automatically via GitHub Actions.*

output/cloc-output.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{"header" : {
22
"cloc_url" : "github.com/AlDanial/cloc",
33
"cloc_version" : "1.98",
4-
"elapsed_seconds" : 2.64348697662354,
4+
"elapsed_seconds" : 2.62168502807617,
55
"n_files" : 3797,
6-
"n_lines" : 350614,
7-
"files_per_second" : 1436.36039578671,
8-
"lines_per_second" : 132633.148224483},
6+
"n_lines" : 350620,
7+
"files_per_second" : 1448.30517752405,
8+
"lines_per_second" : 133738.41489162},
99
"JavaScript" :{
1010
"nFiles": 1181,
1111
"blank": 26388,
@@ -43,9 +43,9 @@
4343
"code": 823},
4444
"YAML" :{
4545
"nFiles": 8,
46-
"blank": 106,
46+
"blank": 108,
4747
"comment": 54,
48-
"code": 455},
48+
"code": 459},
4949
"Gradle" :{
5050
"nFiles": 10,
5151
"blank": 27,
@@ -107,7 +107,7 @@
107107
"comment": 18,
108108
"code": 0},
109109
"SUM": {
110-
"blank": 41245,
110+
"blank": 41247,
111111
"comment": 21845,
112-
"code": 287524,
112+
"code": 287528,
113113
"nFiles": 3797} }

0 commit comments

Comments
 (0)