mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Error handling and shellcheck additions
- Handle `logname: no login name` error for `$USER` - Double quote variables and add curly brackets when concatenated (e.g., directories) - Replace tilde with `$logged_in_home` var - Capture return codes from wget command directly (404 throws custom exit code 8) - Fix code block indentions - Move SC2155 to .shellcheckrc - Add SC2164 to exclude `cd` errors - Breakout SC exclusions to multiple lines to toggle them more easily - Remove duplicate SC entries
This commit is contained in:
+15
-1
@@ -1 +1,15 @@
|
||||
disable=SC2153,SC2155,SC2046,SC1073,SC1078,SC1079,SC2016,SC1091,SC2034,SC2086,SC2153,SC2155,SC2236,SC2317,SC3037,SC3045,SC2046
|
||||
disable=SC1073
|
||||
disable=SC1078
|
||||
disable=SC1079
|
||||
disable=SC1091
|
||||
disable=SC2016
|
||||
disable=SC2034
|
||||
disable=SC2046
|
||||
disable=SC2086
|
||||
disable=SC2153
|
||||
disable=SC2155
|
||||
disable=SC2164
|
||||
disable=SC2236
|
||||
disable=SC2317
|
||||
disable=SC3037
|
||||
disable=SC3045
|
||||
|
||||
Reference in New Issue
Block a user