Skip to content

Commit

Permalink
hotfix: remove examples/ and templates/ directory from yapf checking
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 4, 2018
1 parent 1b07035 commit 28741ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/travis-ci/test_format_code.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

CHANGED_FILES=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep .py$ | grep -v contrib/`
CHANGED_FILES=`git diff --name-only $TRAVIS_COMMIT_RANGE | grep .py$ | grep -v contrib/ | grep -v examples/ | grep -v templates/`

exit_success () {
echo "Passed Formatting Test"
Expand Down

0 comments on commit 28741ef

Please sign in to comment.