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 5e4b64a commit 240e3e5Copy full SHA for 240e3e5
src/languageservice/services/yamlValidation.ts
@@ -58,7 +58,7 @@ export class YAMLValidation {
58
if (settings) {
59
this.validationEnabled = settings.validate;
60
this.customTags = settings.customTags;
61
- if (settings.gitlabci.enabled) {
+ if (settings.gitlabci?.enabled) {
62
this.customTags.push('!reference sequence');
63
}
64
this.disableAdditionalProperties = settings.disableAdditionalProperties;
0 commit comments