diff --git a/.codespellrc b/.codespellrc index 15e6fc7bc..e91a6d2eb 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = ./.git,./test/pki +skip = ./.git,./test/pki,./tags ignore-words-list = creat,fpr,fle,ue,bord,parms,nd,te,testng,inh,wronly,renderd,bui,clen,sems diff --git a/Makefile b/Makefile index 60b78a074..90908de83 100644 --- a/Makefile +++ b/Makefile @@ -466,7 +466,7 @@ shellcheck: shellcheck -x test/others/action-script/*.sh codespell: - codespell -S tags + codespell lint: ruff shellcheck codespell # Do not append \n to pr_perror, pr_pwarn or fail