boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.58k stars 261 forks source link

Add config file #380

Open boyter opened 1 year ago

boyter commented 1 year ago

Needs to be there to allow setting up how scc should count things without needing to invoke arcane commands.

Possibly allow a global one as well? Something to consider. It should not need to be supplied, but instead just picked up by scc from where it runs to allow excluding of say vendor for some Go projects and such.