-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: (IAC-1078) Linting Updates and Code Formatting #235
Conversation
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.
As long as the tflint exception has been cleaned up with the file rename.
Correct the warning is no longer thrown by tflint. The |
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
Changes
Updated the linting workflow config so that branches named with the path pattern (e.g.
feat/1078
) will also have pipeline automatically triggered for them.Additionally, updated the linting workflow config so that
tflint
will now get run against the terraform files under./modules
. In doing so additional formatting warnings appeared which was also resolved.No functional changes, just formatting.
Tests