Files
music_library/scripts/dev/lint
T
2025-10-07 17:29:11 +03:00

14 lines
280 B
Bash
Executable File

#!/usr/bin/env bash
#MISE description="Run static checks for code formatting, translations, quality"
set -e
source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh"
ensure_working_directory!
fd . 'scripts/' --exclude '*.hurl' -t file --exec shellcheck --color
mix lint