branch: development
commit 886dec311b62c1f54e15a14a0f48b5bdbc737380
Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
AuthorDate: Wed Aug 6 17:11:13 2025 +0300

    cfg.mk: Ignore sc_codespell checks
---
 cfg.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index 96ea54fd..dbffbaf6 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -57,7 +57,8 @@ local-checks-to-skip =                                \
        sc_prohibit_always_true_header_tests    \
        sc_prohibit_strncpy                     \
        sc_trailing_blank                       \
-       sc_unmarked_diagnostics
+       sc_unmarked_diagnostics                 \
+       sc_codespell
 
 # GPL_version: checks for GPLv3, which we don't use
 # cast_of_x_alloc_return_value:

Reply via email to