-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
[README] Is folding correct under the «Install dependencies» section? #261
Comments
Yes, it is intentional Or do you think that things like |
First of all this way of folding hides essential requirements like |
Are you kidding me? :) Who will go to use pre-commit-terraform hooks without |
Also, I'm not sure about the POSIX-compatible shell. I just added that but did not check that hooks work with |
hahaha, absolutely not at all =) That bit of code made be confused and hence we're here discussing it.
Well, jokes aside, the section is
If we agree to rely on Also despite me using bash'isms quite often, where there are no bash'isms used (bash-specific extension to the POSIX shell) Bash is full POSIX-compatible. |
Eventually fixed via #267 |
I also like Easter eggs but we are serious people, right? |
I've just noticed this strange folding thing in the
README.md
and am curious of whether this is intentional or I may go and PR the amendment?I see this in
1. Install dependencies
section of theREADME.md
:Here's the respective code snippet:
This makes
sub/sup
go deeper and hence making every nextsub/sup
item smaller and smaller.The text was updated successfully, but these errors were encountered: