From e9d49f5c2da0eb30709a857a73d17e694d4cfc6c Mon Sep 17 00:00:00 2001 From: yubiuser Date: Fri, 21 Feb 2025 14:35:26 +0100 Subject: [PATCH] Exclude package-lock.json from codespell Signed-off-by: yubiuser --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e57be732fe..554f4f50ae 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,5 +19,5 @@ jobs: uses: codespell-project/actions-codespell@master with: ignore_words_file: .github/.codespellignore - skip: ./src/database/sqlite3.c,./src/database/sqlite3.h,./src/database/shell.c,./src/lua,./src/dnsmasq,./src/tre-regex,./.git,./test/libs,./src/webserver/civetweb,./src/zip/miniz,./src/api/docs/content/external,./src/database/sqlite3_rsync.c + skip: ./src/database/sqlite3.c,./src/database/sqlite3.h,./src/database/shell.c,./src/lua,./src/dnsmasq,./src/tre-regex,./.git,./test/libs,./src/webserver/civetweb,./src/zip/miniz,./src/api/docs/content/external,./src/database/sqlite3_rsync.c, ./package-lock.json exclude_file: .github/.codespellignore_lines