-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add Rules to ordering #133
Add Rules to ordering #133
Conversation
Issue #, if available: No Issue Description of changes: We currently have Rules in our Cloudformation template. It looks like, since this isn't included in the ordering, it automatically get's pushed at the bottom of the file. It would be nice to see Rules being consistently placed in the same position in the template. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Perhaps |
Thanks, this is a good point, I have updated to follow this. |
I have now updated the tests to include Rules too. |
I'm not strictly the maintainer for this project, so I'll defer review to someone more official 😄 I'd consider this a minor breaking change. Before this change After this change the rules section will be below the |
lgtm pending commit history tidy up :) |
8ab0f31
to
eaf9cfa
Compare
Should be tidied up now 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Issue #, if available:
No Issue
Description of changes:
We currently have Rules in our CloudFormation template. It looks like, since this isn't included in the ordering, it automatically gets pushed at the bottom of the file.
It would be nice to see Rules being consistently placed in the same position in the template.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.