clang-format: add a whitelist (#5459)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 27 Mar 2017 13:33:15 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 13:33:15 +0000 (15:33 +0200)
commit4b05feaceb38a2ab2063b8ff6e92d96393ad384e
tree9443e73076bae78081300d6287066aad42701db5
parenta9878a0da56834eb23e3c05d505e5dbec4c81b88
clang-format: add a whitelist (#5459)

If file is in the whitelist, softfail, else hard failure

Some files are not in whitelist and marked as normal:
* src/content_mapnode.h
* src/cguittfont/xCGUITTFont.cpp
* src/gameparams.h
* src/profiler.cpp
util/travis/clang-format-whitelist.txt [new file with mode: 0644]
util/travis/script.sh