We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876a8e4 commit b3c6917Copy full SHA for b3c6917
eng/common/pipelines/templates/steps/check-spelling.yml
@@ -4,6 +4,13 @@
4
# false: Pipeline fails on spelling error
5
# CspellConfigPath - Path to cspell.json config location
6
#
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
+#
14
# This check recognizes the setting of variable "Skip.SpellCheck"
15
# if set to 'true', spellchecking will not be invoked.
16
0 commit comments