Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/verify-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for ext in ts tsx js jsx go json yaml yml toml; do
done

# Directories and files to exclude
EXCLUDE_ARGS="--exclude-dir=node_modules --exclude-dir=.git --exclude-dir=vendor --exclude-dir=dist --exclude-dir=build --exclude-dir=tests --exclude=models-snapshot.ts --exclude=models-api.json"
EXCLUDE_ARGS="--exclude-dir=node_modules --exclude-dir=.git --exclude-dir=vendor --exclude-dir=dist --exclude-dir=build --exclude-dir=tests --exclude=models-snapshot.ts --exclude=models-snapshot.js --exclude=models-api.json"

# --- 1. Domain checks ---
echo "--- 1. Domain checks (${#DOMAINS[@]} domains) ---"
Expand Down
2 changes: 1 addition & 1 deletion tests/static/check-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for ext in ts tsx js jsx go json yaml yml toml; do
done

# Exclude non-source directories and build artifacts
EXCLUDE_ARGS="--exclude-dir=node_modules --exclude-dir=.git --exclude-dir=vendor --exclude-dir=dist --exclude-dir=build --exclude-dir=tests --exclude=models-snapshot.ts --exclude=models-api.json"
EXCLUDE_ARGS="--exclude-dir=node_modules --exclude-dir=.git --exclude-dir=vendor --exclude-dir=dist --exclude-dir=build --exclude-dir=tests --exclude=models-snapshot.ts --exclude=models-snapshot.js --exclude=models-api.json"

echo "=== Static Analysis ==="
echo ""
Expand Down
Loading