Skip to content

Commit

Permalink
Exclude floaty from devtool scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Sep 29, 2023
1 parent 686e7c1 commit 347c6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devtools/check_contracts_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -o errexit -o nounset -o pipefail
command -v shellcheck >/dev/null && shellcheck "$0"

GLOBIGNORE="contracts/floaty/"
for contract_dir in contracts/*/; do
(
cd "$contract_dir"
Expand Down
1 change: 1 addition & 0 deletions devtools/check_contracts_medium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -o errexit -o nounset -o pipefail
command -v shellcheck >/dev/null && shellcheck "$0"

GLOBIGNORE="contracts/floaty/"
for contract_dir in contracts/*/; do
(
cd "$contract_dir"
Expand Down

0 comments on commit 347c6cb

Please sign in to comment.