Skip to content

Commit

Permalink
fix: add typescript files to license check
Browse files Browse the repository at this point in the history
  • Loading branch information
CjS77 committed Jul 19, 2022
1 parent 93235fc commit 1acafe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/file_license_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# run from the repo root

rg -i "Copyright.*The Tari Project" --files-without-match \
-g '!*.{Dockerfile,asc,bat,config,config.js,css,csv,drawio,env,gitkeep,hbs,html,ini,iss,json,lock,md,min.js,ps1,py,rc,scss,sh,sql,svg,toml,txt,yml,vue,ts,tsx}' . \
-g '!*.{Dockerfile,asc,bat,config,config.js,css,csv,drawio,env,gitkeep,hbs,html,ini,iss,json,lock,md,min.js,ps1,py,rc,scss,sh,sql,svg,toml,txt,yml,vue}' . \
| sort >/tmp/rgtemp

DIFFS=$(diff -u .license.ignore /tmp/rgtemp)
Expand Down

0 comments on commit 1acafe9

Please sign in to comment.