Package Details: scc 3.2.0-1

Git Clone URL: https://aur.archlinux.org/scc.git (read-only, click to copy)
Package Base: scc
Description: Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
Upstream URL: https://github.com/boyter/scc
Licenses: MIT, Unlicense
Submitter: ilai
Maintainer: ilai
Last Packager: ilai
Votes: 7
Popularity: 0.28
First Submitted: 2020-02-12 17:46 (UTC)
Last Updated: 2023-11-28 17:06 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

juxuanu commented on 2024-01-25 23:26 (UTC) (edited on 2024-01-25 23:33 (UTC) by juxuanu)

I cannot get it to pass the check():

 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z: BOM found for file  indicating it is not ASCII/UTF-8 and may be counted incorrectly or ignored as a binary file
 WARN 2024-01-25T23:25:18Z:  identified as minified/generated with average line byte length of 256 >= 255
 WARN 2024-01-25T23:25:18Z:  identified as minified/generated with average line byte length of 256 >= 255
 WARN 2024-01-25T23:25:18Z:  identified as isGenerated with heading comment
FAIL
FAIL    github.com/boyter/scc/v3/processor  2.639s
ok      github.com/boyter/scc/v3/processor/gitignore    0.014s
FAIL

EDIT: builds in a chroot... Curious.