File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2525 ],
2626 // cspell is not case sensitive
2727 // Sort words alphabetically to make this list easier to use
28- "words" : [],
28+ "words" : [" azsdk " , " pwsh " ],
2929 "overrides" : [
30- { "filename" : " **/sdk/formrecognizer/**/*.cs" , "words" : [" ZhHant" ] }
30+ { "filename" : " **/sdk/formrecognizer/**/*.cs" , "words" : [" ZhHant" ] },
31+ {
32+ "filename" : " **/eng/pipelines/templates/jobs/ci.yml" ,
33+ "words" : [" warnaserror" ]
34+ }
3135 ],
3236 "allowCompoundWords" : true
3337}
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103103 name : azsdk-pool-mms-ubuntu-1804-general
104104 vmImage : MMSUbuntu18.04
105105 steps :
106+ - template : /eng/common/pipelines/templates/steps/check-spelling.yml
106107 - task : UsePythonVersion@0
107108 displayName : " Use Python 3.6"
108109 inputs :
You can’t perform that action at this time.
0 commit comments