From 982ee649381f234507e8286f9ca55239a69c1ad7 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:43:31 +0100 Subject: [PATCH] lint: Skip `libmultiprocess` subtree in `lint-shell-locale.py` --- test/lint/lint-shell-locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint/lint-shell-locale.py b/test/lint/lint-shell-locale.py index 80b1d4d0f14..69b808489c5 100755 --- a/test/lint/lint-shell-locale.py +++ b/test/lint/lint-shell-locale.py @@ -38,7 +38,7 @@ def main(): exit_code = 0 shell_files = get_shell_files_list() for file_path in shell_files: - if re.search('src/(secp256k1|minisketch)/', file_path): + if re.search('src/(ipc/libmultiprocess|secp256k1|minisketch)/', file_path): continue with open(file_path, 'r') as file_obj: