-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Delete .shellcheckrc
#1947
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
Merged
Merged
Delete .shellcheckrc
#1947
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b6d54b4
CI: disable Ubuntu 16.04 as it's EOL
gaelicWizard a76731d
main: lint false positive
gaelicWizard f7bc332
install: lint
gaelicWizard 11d7115
plugins/cmd-returned-notify: don't `export`
gaelicWizard 54200c3
plugins/xterm: lint
gaelicWizard 21f8cdc
plugins/git: lint
gaelicWizard 6b54afe
plugins/goenv: lint
gaelicWizard 6b83a3a
plugins/alias-completion: lint false positives
gaelicWizard 91d1afc
plugins/alias-completion: fix SC2155, SC2154
gaelicWizard 0ce5fe9
completion: lint completions using `bash_completion` functions
gaelicWizard f1fbc1d
completion/knife: lint false positives
gaelicWizard 86d63e3
completion/knife: lint
gaelicWizard a4fe626
completion/sdkman: lint
gaelicWizard d91525b
completion/composer: lint
gaelicWizard 4af7e9a
Move `.shellcheckrc` under `themes/`
gaelicWizard 94c2ea6
lib/theme: fix SC2155, SC2154, SC2034
gaelicWizard 18c7e72
lib/colors: don't warn on unused variables
gaelicWizard 3f6ea60
themes/agnoster: lint
gaelicWizard 14bfdb5
themes: disable SC2154 for colors
gaelicWizard 16b5c09
themes: disable SC2154, fix SC2155
gaelicWizard c9e9829
Delete `.shellcheckrc`
gaelicWizard 5023b20
remove executable bit
gaelicWizard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,4 +18,4 @@ for file in "$@"; do | |
| fi | ||
| done | ||
|
|
||
| exit $exit_code | ||
| exit "${exit_code:-0}" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,4 +18,4 @@ for file in "$@"; do | |
| fi | ||
| done | ||
|
|
||
| exit $exit_code | ||
| exit "${exit_code:-0}" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.