Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created January 14, 2016 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abscondment/e8f4b97c83a047f89323 to your computer and use it in GitHub Desktop.
Save abscondment/e8f4b97c83a047f89323 to your computer and use it in GitHub Desktop.
#!/bin/bash
for d in {essential-apps,essential-baseline,essential-gem,essential-payments}
do
echo "configuring linters for $d:"
for config in {.hound.yml,.ruby-style.yml}
do
echo " ✔ $config"
cp "essential-service/$config" "$d"
done
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment