mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-15 15:33:56 +00:00
Temporary disable formatting error
This should silence the buildbots until we understand if the clang-format changes in r221125 have been intentional. See reply on cfe-commits for details. llvm-svn: 221159
This commit is contained in:
parent
82f9df9eb4
commit
c98e413498
@ -23,6 +23,9 @@ for ARG in "$@"
|
||||
|
||||
if [[ $OK -eq "1" ]]; then
|
||||
echo "Error: clang-format reported formatting differences"
|
||||
# Temporarily disable formatting check until we understand if clang-format
|
||||
# commit r221125 was intended to change C++ formatting.
|
||||
exit 0
|
||||
exit 1
|
||||
else
|
||||
echo "OK: clang-format reported no formatting differences"
|
||||
|
Loading…
x
Reference in New Issue
Block a user