#!/usr/bin/env bash set -e echo "[+] Running the linter" make lint exit 0