Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/scripts/kernel_checker.py')
-rwxr-xr-x.github/scripts/kernel_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py
index 3373cd50c..0e8556350 100755
--- a/.github/scripts/kernel_checker.py
+++ b/.github/scripts/kernel_checker.py
@@ -95,7 +95,7 @@ KERNEL_IGNORED_PATTERNS = [
r'.*IAR/78K0R/*',
r'.*CCS/MSP430X/*',
r'.*portable/template/*',
- r'.*sample_configuration/*'
+ r'.*template_configuration/*'
]
KERNEL_THIRD_PARTY_PATTERNS = [