-
Notifications
You must be signed in to change notification settings - Fork 70
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
NO-JIRA: chore(Makefile): replace ^\t
(that's the default .RECIPEPREFIX
) with >
#806
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
^\t
(that's the .RECIPEPREFIX
) with >
^\t
(that's the default .RECIPEPREFIX
) with >
I'm not sure I like the /lgtm |
what's @harshad16 gonna say when all tabs are gone after he comes from pto, tho? |
/override ci/prow/images |
@jiridanek: Overrode contexts on behalf of jiridanek: ci/prow/images In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…PREFIX`) with `> `
6d9834d
to
fef834b
Compare
I am with @jstourac in that I feel the I would be just as happy to leave it with
Whoops, forgot what repo I was in 😜 That being said... in a similar vein.. how will we approach |
no disagreement there, but almost anything is better than the default significant-whitespace syntax, imo c.f. https://en.wikipedia.org/wiki/Whitespace_(programming_language) for an extreme case of significant-whitespace in action |
@jiridanek: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
+1 for Jan's comment but I'm not against it, so It'd be nice if we could have a format checker on every commit/PR to guarantee the rules we agree on. |
Discussed in office-hours. Let's not do this, because
|
Description
Turns out that progress is not as fast as it could be because developers have difficulties using the
\t
character in Makefile correctly. In order to accelerate the development, we should stop using the difficult old-school significant-whitespace syntax and instead we should switch to use the>
character, that is fit for the sensibilities of the 21th century.How Has This Been Tested?
Merge criteria: