Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
319 stars 52 forks source link

allow install via Homebrew #142

Closed ccoVeille closed 4 weeks ago

ccoVeille commented 5 months ago

Having an homebrew is a good way to make your tool available for people who don't have/want to build it via go install.

Howbrew also helps people to get the last version of the tool. While go install is one shot thing.

I tend to install all my golang tool with homebrew.

You are already using goreleaser, you could configure an homebrew tap and update it via goreleaser

https://goreleaser.com/customization/homebrew/#homebrew-taps

kehoecj commented 5 months ago

Possible duplicate of https://github.com/Boeing/config-file-validator/issues/42 . I've actually been looking into this but I must admit I find the process of adding an app to homebrew a little confusing. I also read this on the Acceptable-Formulae docs:

We frown on authors submitting their own work unless it is very popular.

So I wasn't sure what to do

kehoecj commented 5 months ago

You are already using goreleaser, you could configure an homebrew tap and update it via goreleaser

Great find, didn't realize you could update homebrew that way

ccoVeille commented 5 months ago

It's indeed a duplicate of #42 I totally missed it

ccoVeille commented 5 months ago

I let you choose whose issue needs to be the duplicate of the other :smirk:

ccoVeille commented 3 months ago

@kehoecj I saw two "replies" of @TaiTaiTai777 on the opened issues I created.

It looks like a bot replying how to do it. Like an AI generated reply.

Was it something you triggered ? Or is it automatic?

The replies are accurate but they are too detailed for something that would have been written by a human, that's why I'm asking

ccoVeille commented 3 months ago

Your welcome... That's the expert replying...

I won't start a Turing test, but are you a human or a bot @TaiTaiTai777 ?

kehoecj commented 3 months ago

@kehoecj I saw two "replies" of @TaiTaiTai777 on the opened issues I created.

It looks like a bot replying how to do it. Like an AI generated reply.

Was it something you triggered ? Or is it automatic?

The replies are accurate but they are too detailed for something that would have been written by a human, that's why I'm asking

Nope, this wasn't something I triggered. Must have been a bot like you suspected because the account no longer exists

ccoVeille commented 3 months ago

@kehoecj I saw two "replies" of @TaiTaiTai777 on the opened issues I created. Was it something you triggered ? Or is it automatic?

Nope, this wasn't something I triggered. Must have been a bot like you suspected because the account no longer exists

Indeed

kehoecj commented 4 weeks ago

Closing in favor of #42