-
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
shellcheck
all core files
#1917
base: master
Are you sure you want to change the base?
Conversation
This is a draft as it is a work-in-progress! This branch is based on |
4eaf435
to
e9770ff
Compare
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- what a great cleanup!
I look forward for merging all of your contributions @gaelicWizard 😄
Thanks for helping make Bash-it
a better project ❤️
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.
Hi Team !
IMO, this is too much risk for one PR : 24 files?
Lets try adding lib/
and scripts/
as separate PRs and see how that looks
It's like six files, only one of which I've (partially) committed. The rest you see in the list are from a different PR, which has been approved but not merged yet. This PR is a draft because it's not ready yet. Worry not, it will be clean and clear before submission! 👍 |
7b3a445
to
5ea47b7
Compare
(Just rebased on master since |
42a0e6a
to
9e55192
Compare
be58f3c
to
5bebe44
Compare
75d756a
to
a53776f
Compare
1f201cd
to
ed9d71e
Compare
shellcheck
all core filesshellcheck
all core files
f2f34dd
to
f81e816
Compare
32321bf
to
2329b92
Compare
The logic to guess whether to use `.bash_profile` or `.bashrc` was buggy and wrong. Just use `.bashrc` and either automatically fill in a `.bash_profile`, or notify the user that they need to edit their `.bash_profile`.
docs/installation: add to note about interactive/login shells
- Alsö, add implementation note at top.
uninstall: TIL that `fgrep` is deprecated...
- and generally comment out useless varbls
Looks ready to go. just a merge from master, please. |
Description
Add
custom
,lib
,scripts
, andtemplate
toclean_files.txt
and address the fallout. This helps towards #1696.Motivation and Context
My entire
glob
branch would have been unnecessary if these files had been checked byspellcheck
, so let's do it!How Has This Been Tested?
All tests pass!
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.