Skip to content

Commit

Permalink
Updated list of files to format.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Jul 2, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c6800a9 commit 698c1dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/tools/clang/format-pr.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x

# Script taken from here: https://github.com/citra-emu/citra
# and is distributed under the same license as the original script
@@ -11,7 +12,7 @@ cd $SMING_HOME/..

# Get list of modified files
files_to_lint="$(git diff --name-only --diff-filter=ACMRTUXB $TRAVIS_COMMIT_RANGE | grep '^[^.]*[.]\(c\|cpp\|h\)$' | \
grep -e Sming/Core -e Sming/Platform -e Sming/Arch/.+/Core -e Sming/Arch/.+/Platform -e samples -e tests || true)"
grep -e Sming/Core -e Sming/Platform -e 'Sming/Arch/.*/Core' -e 'Sming/Arch/.*/Platform' -e samples -e tests || true)"

for f in $files_to_lint; do

0 comments on commit 698c1dc

Please sign in to comment.