Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing linter issues introduced by rdk examples #495

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

javydekoning
Copy link
Contributor

@javydekoning javydekoning commented Aug 22, 2022

Issue #, if available:
N/A

Description of changes:
This PR makes style adjustments that do not satisfy our linters. Unfortunately the rdk samples PR merge crossed the merge of the linter, hence they where not caught. Specifically this rule:

https://github.com/awslabs/aws-deployment-framework/blob/master/.editorconfig#L30-L31

Also added:

CLOUDFORMATION_CFN_LINT_FILE_EXTENSIONS: [".yml", ".yaml"]

To the linter config to bring it inline with our cfn-lint configuration. This repo doesn't have json CloudFormation templates, but the rdk samples have partial templates in json that are otherwise incorrectly flagged.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Collaborator

@sbkok sbkok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing these!

@sbkok sbkok merged commit 5d3c8ec into awslabs:master Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants