File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
BuildTools/FormatValidation Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,7 @@ source validate_format_linux_implementation.sh
55validate_format ../../Common ../../Graphics ../../Platforms ../../Primitives ../../Tests \
66 --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h \
77 --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h \
8- --exclude ../../Graphics/GraphicsEngineVulkan/shaders/GenerateMipsCS_inc.h \
9- --exclude ../../Tests/DiligentCoreAPITest/assets/*
8+ --exclude ../../Graphics/GraphicsEngineVulkan/shaders \
9+ --exclude ../../Graphics/GraphicsEngine.NET \
10+ --exclude ../../Tests/DiligentCoreAPITest/assets
11+
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ python3 clang-format-validate.py --clang-format-executable ./clang-format_mac_10
33-r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../Tests \
44--exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h \
55--exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h \
6- --exclude ../../Graphics/GraphicsEngineVulkan/shaders/GenerateMipsCS_inc.h \
7- --exclude ../../Tests/DiligentCoreAPITest/assets/*
6+ --exclude ../../Graphics/GraphicsEngineVulkan/shaders \
7+ --exclude ../../Graphics/GraphicsEngine.NET \
8+ --exclude ../../Tests/DiligentCoreAPITest/assets
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ python clang-format-validate.py --color never --clang-format-executable clang-fo
22-r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../Tests ^
33--exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h ^
44--exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h ^
5- --exclude ../../Graphics/GraphicsEngineVulkan/shaders/* ^
6- --exclude ../../Graphics/GraphicsEngine.NET/* ^
7- --exclude ../../Tests/DiligentCoreAPITest/assets/*
5+ --exclude ../../Graphics/GraphicsEngineVulkan/shaders ^
6+ --exclude ../../Graphics/GraphicsEngine.NET ^
7+ --exclude ../../Tests/DiligentCoreAPITest/assets
You can’t perform that action at this time.
0 commit comments