Skip to content

Commit b3c6917

Browse files
danieljurekazure-sdk
authored andcommitted
Comment
1 parent 876a8e4 commit b3c6917

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/common/pipelines/templates/steps/check-spelling.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
# false: Pipeline fails on spelling error
55
# CspellConfigPath - Path to cspell.json config location
66
#
7+
# ScriptToValidateUpgrade - Optional script to validate cspell upgrade. This
8+
# is invoked only if package-lock.json for cspell is
9+
# changed. This script should exit with a nonzero exit
10+
# code if the upgrade is invalid. Upgrade check should
11+
# check for errors which would prevent release (i.e.
12+
# public API surface).
13+
#
714
# This check recognizes the setting of variable "Skip.SpellCheck"
815
# if set to 'true', spellchecking will not be invoked.
916

0 commit comments

Comments
 (0)