Enabled format validation on linux
assiduous
2 years ago
0 | 0 |
#!/bin/bash
|
1 | |
echo "Format validation is not yet enabled for DiligentTools module on Linux"
|
2 | |
|
|
1 |
python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py \
|
|
2 |
--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_linux_10.0.0 \
|
|
3 |
-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ../../Tests \
|
|
4 |
--exclude ../../Imgui/interface/ImGuiImplMacOS.h \
|
|
5 |
--exclude ../../Imgui/interface/ImGuiImplIOS.h \
|
|
6 |
--exclude ../../NativeApp/src/UWP \
|
|
7 |
--exclude ../../NativeApp/include/UWP
|
0 | 0 |
#!/bin/bash
|
1 | 1 |
python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py \
|
2 | |
--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_10.0.0 \
|
|
2 |
--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_mac_10.0.0 \
|
3 | 3 |
-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ../../Tests \
|
4 | 4 |
--exclude ../../Imgui/interface/ImGuiImplMacOS.h \
|
5 | 5 |
--exclude ../../Imgui/interface/ImGuiImplIOS.h \
|