Skip to content

Commit 240e3e5

Browse files
committed
tests: Fixed
1 parent 5e4b64a commit 240e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languageservice/services/yamlValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class YAMLValidation {
5858
if (settings) {
5959
this.validationEnabled = settings.validate;
6060
this.customTags = settings.customTags;
61-
if (settings.gitlabci.enabled) {
61+
if (settings.gitlabci?.enabled) {
6262
this.customTags.push('!reference sequence');
6363
}
6464
this.disableAdditionalProperties = settings.disableAdditionalProperties;

0 commit comments

Comments
 (0)