Skip to content

Commit f20059b

Browse files
test
1 parent c52dc6d commit f20059b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/check_makefile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ main() (
101101
echo "$RUSTFLAGS" > env_rustflags.txt
102102

103103
forbidden_flags=$(jq -r '.forbidden.rust[]' "$forbidden_flags_file")
104-
while IFS= read -r line; do 1 ↵
104+
105+
while IFS= read -r line; do
105106
echo "Checking flag $line"
106107
if grep -q "$line" Cargo.toml .cargo/config.toml env_rustflags.txt; then
107108
log_error_no_header "Detected forbidden flag $forbidden_flag in build output."

0 commit comments

Comments
 (0)