Skip to content

Commit 1fb858c

Browse files
iclantonbmiddha
andauthored
fixup! Add stricter verification to 'rush change --verify' to disallow changefiles for nonexistent projects.
Co-authored-by: Bharat Middha <5100938+bmiddha@users.noreply.github.com>
1 parent 4b0ffcc commit 1fb858c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/rush-lib/src/schemas/experiments.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"type": "boolean"
8888
},
8989
"strictChangefileValidation": {
90-
"description": "If true, 'rush change --verify' will report errors if change files reference projects that do not exist in the Rush configuration, or if change files target a project that belongs to a lockstepped version policy but is not the policy's main project.",
90+
"description": "If true, `rush change --verify` will report errors if change files reference projects that do not exist in the Rush configuration, or if change files target a project that belongs to a lockstepped version policy but is not the policy's main project.",
9191
"type": "boolean"
9292
}
9393
},

0 commit comments

Comments
 (0)