mbrukman / autogen

Automatically generate boilerplate license comments.
Apache License 2.0
98 stars 27 forks source link

Add .cmake & CMakeLists.txt #84

Closed kammce closed 1 year ago

mbrukman commented 1 year ago

Hey @kammce, thanks for the PR! Would you mind removing the emoji from the commit message? Totally fine with the creativity on the PR titles on the GitHub repo, but trying to keep the commit log readable and not distracting.

Also, I am slowly working (in the background, so no PRs yet) on a rewrite of the tool from shell/Python scripts into a stand-alone Go binary, so I'd need to ensure it has parity with the current shell scripts. To that end, would you mind adding one or more tests for the new file extnesions? It's easy to do, as described in https://github.com/mbrukman/autogen/#developing -- it will generate the output and error logs for you if you just provide the input command lines.

Thanks!

kammce commented 1 year ago

Bump

kammce commented 1 year ago

@mbrukman I think I've done what was required of me. Can you take a look at this PR?

mbrukman commented 1 year ago

@kammce — apologies for the delay! I missed this earlier. LGTM!

Thanks again for your contribution.