From 73001eab16fe43e4be0cec8cc2226997ee799785 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 25 Nov 2019 09:39:18 -0800 Subject: Added bat script and CMake target to perform source code formatting validation --- BuildTools/FormatValidation/validate_format_win.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 BuildTools/FormatValidation/validate_format_win.bat (limited to 'BuildTools/FormatValidation') diff --git a/BuildTools/FormatValidation/validate_format_win.bat b/BuildTools/FormatValidation/validate_format_win.bat new file mode 100644 index 0000000..0389bae --- /dev/null +++ b/BuildTools/FormatValidation/validate_format_win.bat @@ -0,0 +1,7 @@ +python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py --color never ^ +--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_10.0.0.exe ^ +-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ^ + --exclude ../../Imgui/interface/ImGuiImplMacOS.h ^ + --exclude ../../Imgui/interface/ImGuiImplIOS.h ^ + --exclude ../../NativeApp/src/UWP ^ + --exclude ../../NativeApp/include/UWP -- cgit v1.2.3