google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use go-enry to identify generated, vendored and other types of code

willnorris opened this issue · comments

I just discovered go-enry, which GitHub is using in parts of their new code search. It looks like there may be a bit there that would be useful for automatically excluding generated, vendored, and binary files. I don't think they track comment style, so we couldn't replace that, but this other stuff looks useful.