Daniel Schauenberg
Daniel Schauenberg
if it's just a matter of setting the right `GOOS` and `GOARCH` variables we can definitely add more entries to https://github.com/mrtazz/checkmake/blob/c865c5de10bcbad4de578b87ca2b44c7d90295a4/.github/workflows/packages.yml#L68-L72 which will automatically include them as release artifacts
@colindean I'm not sure it provides much value for the project at this point. As I mention in the comment, adding new architectures currently is just a matter of adding...
this is interesting. I think it would be easy(-ish) to make work with static includes (where the filename to include is given directly). Given `checkmake` is more of a linter/static...
Namespace is definitely a good idea.
sorry for the delay. Thank you for the contribution!
Thanks for opening an issue. You can absolutely specify the location of a config file when executing `checkmake` (see https://github.com/mrtazz/checkmake?tab=readme-ov-file#usage). For the automatic lookup I'll have to think about it....
I think that super makes sense. I'm thinking whether the route of making them markdown files in the `docs/` folder is the best way to go though. The folder currently...
I've been working on [updating the FreeBSD port](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280005) to 2.36 and I'm seeing the same on my FreeBSD 14.1 machine. This is the `lldb` backtrace for 2.36 with a setup...
hmm how did you generate that list? I thought I had dependabot enabled for security updates. But I'll take another look. If you can provide a way how to generate...
I'm not opposed to this if overall most people agree this is an improvement. However as a bit of historical context on the current setup and why it is the...