-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add themes/base.theme.bash to clean files #1785
Add themes/base.theme.bash to clean files #1785
Conversation
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.
Wow @marcospereira, amazing job 😄
I will take a look in the weekend, but I want to say thank you for taking your time to put an effort to improve bash it ❤️
8464570
to
94d261b
Compare
Thanks for reviewing, @NoahGorny and @davidpfarrell. I've removed the changes in |
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.
Amazing work @marcospereira!
Thank you for your effort!
Thanks, @NoahGorny. So, I can invest some more time in this cleanup task, but perhaps just prioritizing files that have many changes isn't the better way to do it, right? Are there any specific areas where you think it would be more relevant now? |
I think that going after the core files, like the file you fixed here, is a great idea. Just make sure there is no pending PRs for the file, and lint away 😄 |
Description
Review with ?w=1.
Motivation and Context
I've picked this file because it is the file with most changes (commits, at least) based on:
I thought about adding other files, but that would probably make it harder to review.
How Has This Been Tested?
Besides running the bats tests locally, I've manually tested that the most significant in isolation (checking they are resulting in the same effect as before).
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.