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

rebase to upstream #16

Merged
merged 221 commits into from
Feb 15, 2022
Merged

rebase to upstream #16

merged 221 commits into from
Feb 15, 2022

Conversation

mrwacky42
Copy link

antonbabenko and others added 30 commits May 16, 2018 20:04
* Add hook to create readme

* Updated README
* Fix ShellCheck warning 2219

https://github.com/koalaman/shellcheck/wiki/SC2219

* Replace GNU sed commands with perl

This replaces the sed commands which required GNU sed be installed with
perl versions. This should make this script more universally usable
(e.g., on macOS) without installing additional tools.
* Only run validate if .tf files exist in the directory.

* Same fix, different script :)
…aform-docs-opts

Add feature to pass options to terraform-docs.
Add new hook for running terraform-docs which will replace content of README.md (using Python)
Fix bug not letting terraform_docs_replace work in the root directory…
…_docs_in_serial

Require terraform-docs runs in serial
antonbabenko and others added 27 commits December 13, 2021 10:58
## [1.62.1](antonbabenko/pre-commit-terraform@v1.62.0...v1.62.1) (2021-12-18)

### Bug Fixes

* **terraform_tflint:** Restore current working directory behavior ([antonbabenko#302](antonbabenko#302)) ([93029dc](antonbabenko@93029dc))
## [1.62.2](antonbabenko/pre-commit-terraform@v1.62.1...v1.62.2) (2021-12-21)

### Bug Fixes

* Properly exclude .terraform directory with checkov hook ([antonbabenko#306](antonbabenko#306)) ([b431a43](antonbabenko@b431a43))
* Speedup `terrascan` hook up to x3 times in big repos ([antonbabenko#307](antonbabenko#307)) ([2e8dcf9](antonbabenko@2e8dcf9))
## [1.62.3](antonbabenko/pre-commit-terraform@v1.62.2...v1.62.3) (2021-12-22)

### Bug Fixes

* Check all directories with changes and pass all args in terrascan hook ([antonbabenko#305](antonbabenko#305)) ([66401d9](antonbabenko@66401d9))
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Balazs Hamorszky <balihb@gmail.com>
…tonbabenko#318)

Co-authored-by: Maksym Vlasov <MaxymVlasov@users.noreply.github.com>
# [1.63.0](antonbabenko/pre-commit-terraform@v1.62.3...v1.63.0) (2022-02-10)

### Features

* Improve performance during `pre-commit --all (-a)` run ([antonbabenko#327](antonbabenko#327)) ([7e7c916](antonbabenko@7e7c916))
# [1.64.0](antonbabenko/pre-commit-terraform@v1.63.0...v1.64.0) (2022-02-10)

### Features

* Improved speed of `pre-commit run -a` for multiple hooks ([antonbabenko#338](antonbabenko#338)) ([579dc45](antonbabenko@579dc45))
@@ -0,0 +1 @@
* @maxymvlasov @yermulnik
Copy link

@flimits flimits Feb 15, 2022

Choose a reason for hiding this comment

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

Question: should codeowners be us? I don't know who these people are. Or is it because we are using someoneelses code we need to keep them here?

@mrwacky42 mrwacky42 merged commit 56696a0 into master Feb 15, 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