casa/scripts/lint.sh
2026-01-10 11:59:49 -06:00

7 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
swiftlint --config "$ROOT/.swiftlint.yml"