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: Speed up x2 TFLint hook execution in dirs with violations #514

Merged
merged 3 commits into from Apr 28, 2023

Conversation

lexton
Copy link
Contributor

@lexton lexton commented Apr 28, 2023

Put an x into the box if that apply:

  • This PR introduces breaking change.
  • This PR fixes a bug.
  • This PR adds new functionality.
  • This PR enhances existing functionality.

Description of your changes

Caches the output of the TFLint commands - upon failures the existing behavior was to re-run to present the output. This should speed up performance where there are lots of scattered failures in many directories.

How can we test changes

I have tested locally with a single failing repo - showed a 48% reduction in wall clock time with the try-repo hooks.

Substantial speedup in a monorepo with scattered failures across many directories.

@lexton lexton changed the title (fix) TFLint: cache tflint output prior to presentation fix: TFLint: cache tflint output prior to presentation Apr 28, 2023
Copy link
Collaborator

@MaxymVlasov MaxymVlasov left a comment

Choose a reason for hiding this comment

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

Amazing!
I remember how I spend hours trying to achieve that but with no luck

hooks/terraform_tflint.sh Outdated Show resolved Hide resolved
hooks/terraform_tflint.sh Outdated Show resolved Hide resolved
@MaxymVlasov MaxymVlasov changed the title fix: TFLint: cache tflint output prior to presentation fix: Speed up x2 TFLint hook execution in dirs with violations Apr 28, 2023
@MaxymVlasov MaxymVlasov merged commit 49974ab into antonbabenko:master Apr 28, 2023
5 checks passed
antonbabenko pushed a commit that referenced this pull request Apr 28, 2023
## [1.77.4](v1.77.3...v1.77.4) (2023-04-28)

### Bug Fixes

* Speed up x2 TFLint hook execution in dirs with violations ([#514](#514)) ([49974ab](49974ab))
@antonbabenko
Copy link
Owner

This PR is included in version 1.77.4 🎉

@lexton lexton deleted the lexton/tflint-speedup branch April 28, 2023 16:02
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.

None yet

4 participants