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

fix: exclude parquet files from checks #1773

Closed
wants to merge 3 commits into from
Closed

fix: exclude parquet files from checks #1773

wants to merge 3 commits into from

Conversation

nevzheng
Copy link
Contributor

@nevzheng nevzheng commented Aug 16, 2023

I am drafting a PR to update terraform samples in terraform-google-modules/terraform-docs-samples#474

The lint stage of the CI is failing as we're attempting to check that parquet files end in new lines. You can't append new lines to parquet files wihtout invalidating them.

So we should not check that parquet files end in newlines.

Related PR: (#1725)

@apeabody
Copy link
Collaborator

/gcbrun

Copy link
Collaborator

@apeabody apeabody 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 the contribution @nevzheng!

To be safe given all the formatting, we should also bump the dev-tools patch version (e.g. 1.14.4) https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/build/Makefile#L56

fi
# load default ruleset
tflintCfg="/root/tflint/.tflint.example.hcl"
# if module, load tighter ruleset
if [[ $path == "." || $path == "./modules"* ]];then
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this might need to move up a level?

@nevzheng
Copy link
Contributor Author

moving to attempt 2 github.com//pull/1776

@nevzheng nevzheng closed this Aug 16, 2023
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.

2 participants