Ruud Kamphuis
Ruud Kamphuis
@TomasVotruba This is ready for review. I noticed this issue while working on https://github.com/TomasVotruba/class-leak/issues/35.
@TomasVotruba Anything needed to get this merged 😊 ?
Does specifying the input and output type solve it? For me this works: ```bash $ sops --input-type=dotenv --output-type=dotenv -i .env.prod ``` ```yaml creation_rules: - path_regex: \.env\.prod$ kms: 'arn:aws:kms:us-east-1:123:key/my-key' ```
Would this be something for V10 as well 🙏 ?
Thanks for the detailed response. I agree that a tag should not change. I made changes to the project that was using goreleaser, and it's solved now. Thanks!
Requiring the commit message to be the same is a no for me. I like to make improvements to existing commit messages too. It's sad that git doesn't have a...
I created a PR to address this problem. Please have a look: - https://github.com/getsentry/sentry-symfony/pull/723
~https://github.com/phpstan/phpstan-src/pull/3050 can maybe help solve this problem in a different way.~
Too bad the PR was changed after @robert-sykes suggestion. I think these are 2 distinct ideas. The original PR description mentions a single attribute per header, same as how MapQueryParameter...
Rebased on 7.1, it's ready for review. Failures are unrelated to this pr.