diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 18:20:53 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 18:20:53 +0300 |
commit | cc8470368e80963b3b72bcdc9ec8757597ec5ec2 (patch) | |
tree | c2d2f49b28d9e7cb2ac79323a614834e0783b116 /.ci | |
parent | Update badge counter only on change (diff) | |
download | nheko-cc8470368e80963b3b72bcdc9ec8757597ec5ec2.tar.xz |
Remove test from formatting
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/format.sh b/.ci/format.sh index be15598a..89fa4e88 100755 --- a/.ci/format.sh +++ b/.ci/format.sh @@ -9,6 +9,6 @@ set -o errexit set -o pipefail set -o nounset -FILES=`find include src tests -type f -type f \( -iname "*.cc" -o -iname "*.h" \)` +FILES=`find include src -type f -type f \( -iname "*.cc" -o -iname "*.h" \)` clang-format -i $FILES && git diff --exit-code |