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.8k stars 267 forks source link

Mark processor/constants.go as an automatically generated file #545

Closed apocelipes closed 1 month ago

apocelipes commented 1 month ago

Add the 'DO NOT EDIT' mark to it, this can help developers. This is also one of the common practices in the go community.

Re-generate files because #543 that changed the language.json didn't update them.

boyter commented 1 month ago

One of those things I never thought about. Thanks for this.