Skip to content

Commit

Permalink
Ignore project.clj and user.clj in test-linter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Nov 26, 2017
1 parent 66e421a commit aab64f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-linter.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

filelist=$(find $1 -type f -name "$2")
filelist=$(find $1 -type f -name "$2" -not -name "project.clj" -not -name "user.clj")

for f in $filelist
do
Expand Down

0 comments on commit aab64f2

Please sign in to comment.