mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Remove command to add missing nullability modifiers
This commit is contained in:
@@ -219,9 +219,6 @@ step3() {
|
||||
err "Missing requires for: ${missing_requires} Please manually fix."
|
||||
fi
|
||||
|
||||
inf "Add missing nullability modifiers..."
|
||||
perl -pi -e 's/@(param|return) \{([A-Z])/@\1 \{?\2/g' "${filepath}"
|
||||
|
||||
success "Completed automation for step 3. Please manually review and reorder requires."
|
||||
}
|
||||
#######################################
|
||||
|
||||
Reference in New Issue
Block a user