summaryrefslogtreecommitdiffstats
path: root/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
diff options
context:
space:
mode:
Diffstat (limited to '.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py')
-rw-r--r--.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py b/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
index 8978ffc443..17f77b48d9 100644
--- a/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
+++ b/.pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
@@ -110,7 +110,7 @@ class UncrustifyCheck(ICiBuildPlugin):
# A package can add any additional paths with "AdditionalIncludePaths"
# A package can remove any of these paths with "IgnoreStandardPaths"
#
- STANDARD_PLUGIN_DEFINED_PATHS = ("*.c", "*.h")
+ STANDARD_PLUGIN_DEFINED_PATHS = ("*.c", "*.h", "*.cpp")
#
# The Uncrustify application path should set in this environment variable