Will Norris
Will Norris
@marcelosousa, what do you think of my comment in #60 about leaving the current year off entirely, as some have done? Would that be an option for you?
Hey @ssbr, now that `.travis.yml` no longer exists, but there are now a handful of new YAML files, you wanna run this again against the current master branch?
I guess if you really wanna cover everything, then the .github/workflow/** files also? It seems a little much to have license headers in some of these files, but to your...
Just leaving a note here that if we did want to add support for this, https://github.com/peterbourgon/ff might be a good approach that doesn't require much additional work. We'd also get...
Since the test you reference there is using a regex, it should be trivial to mark the "s" as optional. That will likely be the safest option, since I suspect...
I think that's a great idea. I do love how ripgrep and a bunch of other more modern tools support this natively. Now that we're using https://github.com/bmatcuk/doublestar to power the...
Is it line versus block comments that is causing the duplication, or rather the fact that the existing license comment isn't being detected by the [current hasLicense logic](https://github.com/google/addlicense/blob/d43bb61fdfdafb29f4b1add4b849c5bfe4eeb497/main.go#L357-L365), which is...
@smemsh: I didn't like that this fails silently without any indication as to what went wrong, so I modified yours slightly to: ``` bash test -d .git-crypt && git-crypt status...
perhaps related, but we recently had an issue where an auth key was accidentally revoked (https://github.com/tailscale/corp/issues/7280). The behavior there was that the tailscale action hung and was eventually killed by...
no change is too small for a pull request :)