Edwin Kofler
Edwin Kofler
I noticed that most comments started with `# ` (with a space after). I changed most of the remaining comments to be similar. I noticed that most filenames were 'filename'...
## Description Followed instructions in #1696 to cleanup `elixr.theme.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [x] Bug...
## Description Followed instructions in #1696 to cleanup `clean.theme.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [x] Bug...
## Description I noticed that all files under `lib/*` were manually specified in `clean_files.txt`. I refactored that to the first section. When running the `lint_clean_files.sh` script, I receieve the following...
## Description Followed instructions in #1696 to cleanup `aliases.completion.bash` ## Motivation and Context Addresses #1696 ## How Has This Been Tested? Ran `./lint_clean_files.sh` ## Types of changes - [ ]...
When working with CI, it is common to make edits and and force push those changes to CI. I propose an alias to shorten three commands to do so, into...
This fixes various ShellCheck errors, such as: - Prefer `&&` [instead of `-a`](https://www.shellcheck.net/wiki/SC2166) - `[ -n` must be [used with a quoted argument](https://www.shellcheck.net/wiki/SC2070) - Prefer `-n` [over `! -z`](https://www.shellcheck.net/wiki/SC2236) -...
When working on #424, I noticed my editor didn't use the correct formatting settings. I added an [EditorConfig](https://editorconfig.org) to fix this and so other contributors can avoid this issue.
Before, `tfenv` would exit with a mysterious error if its file location included any whitespace characters. Missing quotes were added to prevent word splitting, which causes this error.
# Pull Request Thank you for contributing to @toptal/gitignore and https://www.gitignore.io. ## New or update Select the appropriate check box for this pull request. This helps when merging to ensure...