Skip to content

Commit

Permalink
Exclude css and more font formats from license check
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Sep 18, 2024
1 parent c5bc159 commit ecb80b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/license_header_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fab6c87e214d418f246590abc80ce5acbff6ab3211181509da704c57546ef46fccefa05b529bb463d06fbf9fefdeee36
34e181ae18354d6a11ce8ddfd5bb3fe1d9851c48135a5ddfb28926ce7b48100bc44be635df404a211607d9ccf386ecb6
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1725922621
1726068906

0 comments on commit ecb80b2

Please sign in to comment.