diff options
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 |
