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

Disable rogue command echo #342

Merged
merged 2 commits into from
May 30, 2024
Merged

Disable rogue command echo #342

merged 2 commits into from
May 30, 2024

Conversation

gitfool
Copy link
Contributor

@gitfool gitfool commented May 19, 2024

I discovered a rogue command echo while debugging a build this week.

I also took the opportunity to reorder command conditions, both to be consistent and it happens to be better for code search as it always shows the command when searching text for <Exec , for example.

Finally, I see the whitespace is very inconsistent with a mix of spaces and tabs, and a mix of indentations from 2 to 4 spaces. I was tempted to clean this up too - let me know if you would take a pull request for that, and if so what are your preferences either way. 😛

gitfool added 2 commits May 17, 2024 11:40
Also removes redundant condition.
Better for code search.
@gitfool
Copy link
Contributor Author

gitfool commented May 28, 2024

Actually, you effectively have your whitespace preferences in .editorconfig, so happy to submit a pull request using that.

@kzu
Copy link
Member

kzu commented May 30, 2024

Good catch and nice improvement for consistency and readability!

Happy to take a separate PR with the .editorconfig preference applied

@kzu kzu merged commit a4baece into devlooped:main May 30, 2024
5 checks passed
@gitfool gitfool deleted the fix-echo branch May 30, 2024 03:19
@gitfool gitfool mentioned this pull request Jun 17, 2024
@devlooped devlooped locked and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants