-
-
Notifications
You must be signed in to change notification settings - Fork 541
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: Suppress color for all hooks if PRE_COMMIT_COLOR=never
set
#409
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MaxymVlasov
added
feature
New feature or request
hook/terraform_fmt
Bash hook
hook/terraform_docs
Bash hook
hook/terraform_checkov
Bash hook
hook/terraform_tfsec
Bash hook
labels
Jul 6, 2022
MaxymVlasov
commented
Jul 6, 2022
MaxymVlasov
changed the title
feat: suppress color for all hooks if
feat: Suppress color for all hooks if Jul 6, 2022
PRE_COMMIT_COLOR=never
setPRE_COMMIT_COLOR=never
set
MaxymVlasov
added this to the Features implementing and cleanup without breaking changes milestone
Jul 6, 2022
MaxymVlasov
force-pushed
the
feat/no_color_support
branch
from
July 6, 2022 11:55
76bc875
to
0c29584
Compare
yermulnik
reviewed
Jul 6, 2022
MaxymVlasov
commented
Jul 6, 2022
MaxymVlasov
commented
Jul 6, 2022
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
yermulnik
approved these changes
Jul 6, 2022
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
antonbabenko
pushed a commit
that referenced
this pull request
Jul 12, 2022
antonbabenko
pushed a commit
that referenced
this pull request
Jul 12, 2022
# [1.74.0](v1.73.0...v1.74.0) (2022-07-12) ### Bug Fixes * Add `--env-vars`, deprecate `--envs` ([#410](#410)) ([2b35cad](2b35cad)) * Add `--tf-init-args`, deprecate `--init-args` ([#407](#407)) ([c4f8251](c4f8251)) ### Features * Add support for set env vars inside hook runtime ([#408](#408)) ([d490231](d490231)) * Allow `terraform_providers_lock` specify terraform init args ([#406](#406)) ([32b232f](32b232f)) * Suppress color for all hooks if `PRE_COMMIT_COLOR=never` set ([#409](#409)) ([b12f0c6](b12f0c6))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
New feature or request
hook/terraform_checkov
Bash hook
hook/terraform_docs
Bash hook
hook/terraform_fmt
Bash hook
hook/terraform_tfsec
Bash hook
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Put an
x
into the box if that apply:How can we test changes