From ecb80b27877f364fe9bdd087be84f1ea9dc13a4e Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Wed, 11 Sep 2024 17:37:41 +0200 Subject: [PATCH] Exclude css and more font formats from license check --- .github/scripts/license_header_check.sh | 2 +- .github/workflow_metadata/pr_hash | 2 +- .github/workflow_metadata/pr_timestamp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/license_header_check.sh b/.github/scripts/license_header_check.sh index e4c6bc630..976c439e5 100755 --- a/.github/scripts/license_header_check.sh +++ b/.github/scripts/license_header_check.sh @@ -75,7 +75,7 @@ if [[ -z ${CALIPTRA_ROOT:+"empty"} ]]; then fi exclude_dir='{uvmf*,.git,cmark,caliptra_reg_html,caliptra_top_reg_html,sha256,sha512,sha512_masked,doe,fw_test_*,__pycache__,templates,docs}' -exclude_suffix='*.{tcl,txt,js,htm,html,json,vf,yml,woff,rsp,rdl,bashrc,waiver,cfg,hex,rc,exe,pdf,png,hvp,svg,log}' +exclude_suffix='*.{tcl,txt,js,htm,html,css,json,vf,yml,woff,woff2,ttf,rsp,rdl,bashrc,waiver,cfg,hex,rc,exe,pdf,png,hvp,svg,log}' exclude_regs='*_reg*.{sv,rdl}' exclude_csr='*_csr*.*' exclude_file='{sglint_waivers,pr_hash,pr_timestamp,.git-comodules,.gitignore,spyglass_lint.policy,ascent.ctl,clp_mapfile,readme.md,README.md,SECURITY.md,c_sample.c}' diff --git a/.github/workflow_metadata/pr_hash b/.github/workflow_metadata/pr_hash index f9a72d94b..2b9aeeb07 100644 --- a/.github/workflow_metadata/pr_hash +++ b/.github/workflow_metadata/pr_hash @@ -1 +1 @@ -fab6c87e214d418f246590abc80ce5acbff6ab3211181509da704c57546ef46fccefa05b529bb463d06fbf9fefdeee36 \ No newline at end of file +34e181ae18354d6a11ce8ddfd5bb3fe1d9851c48135a5ddfb28926ce7b48100bc44be635df404a211607d9ccf386ecb6 \ No newline at end of file diff --git a/.github/workflow_metadata/pr_timestamp b/.github/workflow_metadata/pr_timestamp index 0a7c2b83f..922ede4e8 100644 --- a/.github/workflow_metadata/pr_timestamp +++ b/.github/workflow_metadata/pr_timestamp @@ -1 +1 @@ -1725922621 \ No newline at end of file +1726068906 \ No newline at end of file