Skip to content

Commit 2cc3416

Browse files
committed
[nrf noup] scripts: ci: check_compliance: Exclude release docs
Ddds the NCS release notes folder to the exclusion list for undefined Kconfigs so that old Kconfigs can be used e.g. for old release notes Signed-off-by: Jamie McCrae <[email protected]>
1 parent 8279fb1 commit 2cc3416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,7 @@ def check_no_undef_outside_kconfig(self, kconf):
11561156
grep_stdout = git("grep", "--line-number", "-I", "--null",
11571157
"--perl-regexp", regex, "--", ":!/doc/releases",
11581158
":!/doc/security/vulnerabilities.rst",
1159+
":!/doc/nrf/releases_and_maturity",
11591160
cwd=GIT_TOP)
11601161

11611162
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)