Last active
February 20, 2018 13:23
-
-
Save minimal/128b24e97460042482f356b8c5335a84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# check formatting of clj files changed from master | |
lein cljfmt check $(git diff --name-only origin/master | | |
grep "\\.clj[sc]\\?$" | | |
paste -s -d" ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment