diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-04 15:55:02 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-04 15:55:02 +0300 |
| commit | f8a8ea7775ec7f0a7b2d3ff20ecbf2b321cecacc (patch) | |
| tree | 6b982111cc47c65926bdcee71ce6e6f26cbb8b6f /Justfile | |
| parent | a97b2bc7ea23f9d2ed92abc305395590308f601a (diff) | |
Refine Bash practices for oi0
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -80,23 +80,7 @@ clean: 2>/dev/null || true shellcheck: - # SC1090: ShellCheck can't follow non-constant source. - # SC2001: See if you can use ${variable//search/replace} instead. - # SC2010: Don't use ls | grep. Use a glob or a for loop. - # SC2012: Use find instead of ls for unusual filenames. - # SC2103: Use a subshell to avoid having to cd back. - # SC2155: Declare and assign separately to avoid masking return values. - # SC2164: Use 'cd ... || exit' or 'cd ... || return'. - # SC2207: Prefer mapfile or read -a to split command output. shellcheck \ - --exclude SC1090 \ - --exclude SC2001 \ - --exclude SC2010 \ - --exclude SC2012 \ - --exclude SC2103 \ - --exclude SC2155 \ - --exclude SC2164 \ - --exclude SC2207 \ ./src/photoalbum.sh \ ./tests/cli.sh \ ./tests/helpers.sh |
