We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52dc6d commit f20059bCopy full SHA for f20059b
scripts/check_makefile.sh
@@ -101,7 +101,8 @@ main() (
101
echo "$RUSTFLAGS" > env_rustflags.txt
102
103
forbidden_flags=$(jq -r '.forbidden.rust[]' "$forbidden_flags_file")
104
- while IFS= read -r line; do 1 ↵
+
105
+ while IFS= read -r line; do
106
echo "Checking flag $line"
107
if grep -q "$line" Cargo.toml .cargo/config.toml env_rustflags.txt; then
108
log_error_no_header "Detected forbidden flag $forbidden_flag in build output."
0 commit comments