From ca51bcba7f1039564287648885c88a75fc631bfd Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 27 Nov 2019 20:45:10 -0800 Subject: Added format validation script stub --- BuildTools/FormatValidation/validate_format_linux.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 BuildTools/FormatValidation/validate_format_linux.sh (limited to 'BuildTools') diff --git a/BuildTools/FormatValidation/validate_format_linux.sh b/BuildTools/FormatValidation/validate_format_linux.sh new file mode 100755 index 00000000..9bf44aff --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_linux.sh @@ -0,0 +1,8 @@ +#!/bin/bash +#python clang-format-validate.py -r \ +# --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h \ +# --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h \ +# --exclude ../../Graphics/GraphicsEngineVulkan/shaders/* \ +# ../../Common ../../Graphics ../../Platforms ../../Primitives +echo "Format validation is not yet enabled on Linux" + -- cgit v1.2.3