Skip to content

Commit

Permalink
Cutting new release
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Nov 27, 2023
1 parent 32a7e80 commit b083c12
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 41 deletions.
3 changes: 2 additions & 1 deletion LANGUAGES.md
Expand Up @@ -190,6 +190,7 @@ Processing (pde)
Prolog (p,pro)
Properties File (properties)
Protocol Buffers (proto)
PRQL (prql)
PSL Assertion (psl)
Puppet (pp)
PureScript (purs)
Expand Down Expand Up @@ -240,7 +241,7 @@ SystemVerilog (sv,svh)
TaskPaper (taskpaper)
TCL (tcl)
Teal (teal)
TemplateToolkit (tt, tt2)
TemplateToolkit (tt,tt2)
Terraform (tf,tf.json)
TeX (tex,sty)
Textile (textile)
Expand Down
90 changes: 54 additions & 36 deletions SCC-OUTPUT-REPORT.html
Expand Up @@ -11,13 +11,13 @@
</tr></thead>
<tbody><tr>
<th>Go</th>
<th>36</th>
<th>9196</th>
<th>1463</th>
<th>447</th>
<th>7286</th>
<th>1513</th>
<th>378210</th>
<th>40</th>
<th>9829</th>
<th>1554</th>
<th>465</th>
<th>7810</th>
<th>1593</th>
<th>396041</th>
</tr><tr>
<th>Java</th>
<th>24</th>
Expand All @@ -39,21 +39,21 @@
</tr><tr>
<th>Markdown</th>
<th>11</th>
<th>1430</th>
<th>340</th>
<th>1471</th>
<th>356</th>
<th>0</th>
<th>1090</th>
<th>1115</th>
<th>0</th>
<th>57928</th>
<th>59737</th>
</tr><tr>
<th>Python</th>
<th>10</th>
<th>368</th>
<th>21</th>
<th>26</th>
<th>321</th>
<th>27</th>
<th>10706</th>
<th>11</th>
<th>638</th>
<th>25</th>
<th>28</th>
<th>585</th>
<th>30</th>
<th>18844</th>
</tr><tr>
<th>YAML</th>
<th>7</th>
Expand All @@ -62,7 +62,7 @@
<th>25</th>
<th>208</th>
<th>0</th>
<th>7906</th>
<th>7917</th>
</tr><tr>
<th>CSS</th>
<th>5</th>
Expand All @@ -83,13 +83,13 @@
<th>3425</th>
</tr><tr>
<th>gitignore</th>
<th>4</th>
<th>44</th>
<th>5</th>
<th>45</th>
<th>10</th>
<th>8</th>
<th>26</th>
<th>27</th>
<th>0</th>
<th>712</th>
<th>719</th>
</tr><tr>
<th>Makefile</th>
<th>3</th>
Expand Down Expand Up @@ -252,6 +252,15 @@
<th>3</th>
<th>0</th>
<th>76</th>
</tr><tr>
<th>Cairo</th>
<th>1</th>
<th>28</th>
<th>3</th>
<th>0</th>
<th>25</th>
<th>4</th>
<th>439</th>
</tr><tr>
<th>Clojure</th>
<th>1</th>
Expand Down Expand Up @@ -435,12 +444,12 @@
</tr><tr>
<th>HTML</th>
<th>1</th>
<th>689</th>
<th>725</th>
<th>0</th>
<th>0</th>
<th>689</th>
<th>725</th>
<th>0</th>
<th>10042</th>
<th>10530</th>
</tr><tr>
<th>Hare</th>
<th>1</th>
Expand All @@ -462,12 +471,12 @@
</tr><tr>
<th>JSON</th>
<th>1</th>
<th>8364</th>
<th>8614</th>
<th>8</th>
<th>0</th>
<th>8356</th>
<th>8606</th>
<th>0</th>
<th>117157</th>
<th>120730</th>
</tr><tr>
<th>Korn Shell</th>
<th>1</th>
Expand Down Expand Up @@ -621,6 +630,15 @@
<th>18</th>
<th>21</th>
<th>589</th>
</tr><tr>
<th>Textile</th>
<th>1</th>
<th>9</th>
<th>2</th>
<th>6</th>
<th>1</th>
<th>0</th>
<th>167</th>
</tr><tr>
<th>V</th>
<th>1</th>
Expand Down Expand Up @@ -705,12 +723,12 @@
</tr></tbody>
<tfoot><tr>
<th>Total</th>
<th>191</th>
<th>30503</th>
<th>3432</th>
<th>2000</th>
<th>25071</th>
<th>2699</th>
<th>1925796</th>
<th>199</th>
<th>31771</th>
<th>3548</th>
<th>2026</th>
<th>26197</th>
<th>2786</th>
<th>1958259</th>
</tr></tfoot>
</table></body></html>
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test-all.sh
Expand Up @@ -683,7 +683,7 @@ else
exit
fi

if ./scc -f csv --by-file | grep -q "Language,Location,Filename,Lines,Code,Comments,Blanks,Complexity,Bytes"; then
if ./scc -f csv --by-file | grep -q "Language,Provider,Filename,Lines,Code,Comments,Blanks,Complexity,Bytes"; then
echo -e "${GREEN}PASSED csv file"
else
echo -e "${RED}======================================================="
Expand All @@ -692,7 +692,7 @@ else
exit
fi

if ./scc --by-file --format-multi "tabular:stdout,html:stdout,csv:stdout" | grep -q "Language,Location"; then
if ./scc --by-file --format-multi "tabular:stdout,html:stdout,csv:stdout" | grep -q "Language,Provider"; then
echo -e "${GREEN}PASSED format multi check"
else
echo -e "${RED}======================================================="
Expand Down

0 comments on commit b083c12

Please sign in to comment.