mas/script/lint
2021-03-28 14:15:17 -07:00

20 lines
271 B
Bash
Executable file

#!/bin/bash -e
#
# script/lint
# mas
#
# Linting checks for development and CI.
#
echo "==> 🚨 Linting mas"
echo "--> 🌳 Git"
git diff --check
echo
echo "--> 🕊️ Swift"
swiftlint lint --fix --strict
echo
echo "--> 📜 Bash"
shfmt -i 2 -l -w contrib/ script/