Skip to content

Commit

Permalink
ignore bindings folder for licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Jan 25, 2024
1 parent 89574e6 commit fb8aa85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .license.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
./dan_layer/state_store_sqlite/src/schema.rs
./dan_layer/wallet/storage_sqlite/src/schema.rs
./scripts/env_sample
./bindings/*
2 changes: 1 addition & 1 deletion scripts/file_license_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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,liquid}' . \
| sort > /tmp/rgtemp
-g '!bindings/*' | sort > /tmp/rgtemp

# sort the .license.ignore file as sorting seems to behave differently on different platforms
cat .license.ignore | sort > /tmp/.license.ignore
Expand Down

0 comments on commit fb8aa85

Please sign in to comment.