Skip to content

Commit 748cc72

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 e2e216b commit 748cc72

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
@@ -1143,6 +1143,7 @@ def check_no_undef_outside_kconfig(self, kconf):
11431143
grep_stdout = git("grep", "--line-number", "-I", "--null",
11441144
"--perl-regexp", regex, "--", ":!/doc/releases",
11451145
":!/doc/security/vulnerabilities.rst",
1146+
":!/doc/nrf/releases_and_maturity",
11461147
cwd=GIT_TOP)
11471148

11481149
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)