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:
authorRahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>2023-12-18 08:13:08 +0300
committerGitHub <noreply@github.com>2023-12-18 08:13:08 +0300
commitb0439d3283c3f46af68d4a3c02c1b40fe64534af (patch)
tree02eab1a578d13c58225930b10d28573ac2860fe6 /.github
parent553b0ad5d395fb06e205907edd875b0abca235d0 (diff)
Rename sample configuration to template configuration (#927)
* Rename sample configuration to template configuration * Rename sample configuration to template configuration in cmake example file
Diffstat (limited to '.github')
-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 = [