Krzysztof Czelusniak
Krzysztof Czelusniak
**Describe the bug** A ["YAML" directive](https://yaml.org/spec/1.2.1/#directive/YAML/) causes the following: > Error: yaml: found incompatible YAML document Version of yq: 4.12.2 Operating system: mac Installed via: homebrew **Input Yaml** data1.yml: ```yaml...
W12 is issued for the following template: ```yaml Resources: Policy: Type: AWS::IAM::Policy Properties: PolicyName: foo PolicyDocument: Statement: - Effect: Allow Action: cloudwatch:GetAuthorizationToken Resource: "*" ``` ``` | WARN W12 |...
- [x] Maven Groovy `importOrder` prevents `greclipse` from checking and applying - [x] maven version: 3.8.1 - [x] spotless version: 2.12.2 - [x] operating system and version: macOS Catalina v10.15.7...
The default formatting configuration of `greclipse` isn't very standard or desirable. However, spotless configures [`greclipse.properties`](https://github.com/diffplug/spotless/blob/main/testlib/src/main/resources/groovy/greclipse/format/greclipse.properties) in a much more standard way. For example, compare the default formatting of `googleJavaFormat` to...
*cfn-lint version: 0.52.0* cfn-lint doesn't catch the following error: ```yaml Mappings: Mapping: Key: BucketNameKeyName: "" # should be BucketName BucketName: Bucket Resources: S3Bucket: Type: AWS::S3::Bucket Properties: BucketName: !FindInMap - Mapping...
**Is your feature request related to a problem? Please describe.** Accidental updates to stack resources can't be prevented with CloudFormation tasks **Describe the solution you'd like** Allow stack policies to...
`CloudFormationCreateOrUpdateStack` intermittently reports that the update failed even though the stack update is still in progress **Screenshots** Compare the timestamps of the Azure Pipelines logs and of the CloudFormation stack...
**Is your feature request related to a problem? Please describe.** AWS ECS takes three hours to timeout if there's an issue during a stack update **Describe the solution you'd like**...
`httpie-aws-authv4` uninstalls `urllib3` from `/usr/local/Cellar/httpie/3.2.2_4/libexec/lib/python3.12/site-packages/`. Other plugins don't. See: ```Shell $ brew install httpie Warning: Treating httpie as a formula. For the cask, use homebrew/cask/httpie or specify the `--cask` flag....
**Describe the bug** **How to reproduce** ```shell $ pipx install --quiet --quiet cowsay creating virtual environment... installing cowsay... done! ✨ 🌟 ✨ installed package cowsay 6.1, installed using Python 3.10.12...